#74AA24

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

Shades of Christi #74AA24

Tints of Christi #74AA24

Color information

#74AA24 (or 0x74AA24) is unknown color: approx Christi. HEX triplet: 74, AA and 24. RGB value is (116,170,36). Sum of RGB (Red+Green+Blue) = 116+170+36=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AA24 is #8B55DB. Grayscale: #8B8B8B. Windows color (decimal): -9131484 or 2402932. OLE color: 2402932.

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

Color convert

RGB11617036-
CMYK0.3200.790.33
HSL84.18º65.05%40.39%-
HSV(B)84.18º78.82%66.67%-
XYZ21.932.596.81-
YUV138.5870.11111.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 170 (66.80% from 255) = 52.80%
BLUE value IS 36 (14.45% from 255) = 11.18%
R=36.02%
G=52.80%
B=11.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116170360.3200.790.3384.1865.0540.39
Hex74AA242004F21544128
Octal164252444001174112410150
Binary1110100101010101001001000000100111110000110101001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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