#74AA0D

Color #74AA0D Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #74AA0D

Tints of Christi #74AA0D

Color information

#74AA0D (or 0x74AA0D) is unknown color: approx Christi. HEX triplet: 74, AA and 0D. RGB value is (116,170,13). Sum of RGB (Red+Green+Blue) = 116+170+13=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74AA0D is #8B55F2. Grayscale: #888888. Windows color (decimal): -9131507 or 895604. OLE color: 895604.

HSL color Cylindrical-coordinate representation of color #74AA0D: hue angle of 80.64º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74AA0D is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB11617013-
CMYK0.3200.920.33
HSL80.64º85.79%35.88%-
HSV(B)80.64º92.35%66.67%-
XYZ21.6532.495.51-
YUV135.9658.61113.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 170 (66.80% from 255) = 56.86%
BLUE value IS 13 (5.47% from 255) = 4.35%
R=38.80%
G=56.86%
B=4.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116170130.3200.920.3380.6485.7935.88
Hex74AAD2005C21515624
Octal164252154001344112112644
Binary11101001010101011011000000101110010000110100011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74AA0D; }

 p { color: rgb(116,170,13); }

 H1.HeaderClassName
 {
   color: #74AA0D;
 }
 .AnyTagClassName
 {
   color: #74AA0D;
 }
</style>
background-color css

<style>
 a { background-color: #74AA0D; }

 a { background-color: rgb(116,170,13); }

 div.DivClassName
 {
   background-color: #74AA0D;
 }
 .BgClassName
 {
   background-color: #74AA0D;
 }
</style>
border-color css

<style>
 span { border-color: #74AA0D; }

 span { border-color: rgb(116,170,13); }

 td.TdClassName
 {
   border-color: #74AA0D;
 }
 .TagClassName
 {
   border-color: #74AA0D;
 }
</style>