#72AA05

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

Shades of Christi #72AA05

Tints of Christi #72AA05

Color information

#72AA05 (or 0x72AA05) is unknown color: approx Christi. HEX triplet: 72, AA and 05. RGB value is (114,170,5). Sum of RGB (Red+Green+Blue) = 114+170+5=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72AA05 is #8D55FA. Grayscale: #878787. Windows color (decimal): -9262587 or 371314. OLE color: 371314.

HSL color Cylindrical-coordinate representation of color #72AA05: hue angle of 80.36º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72AA05 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB1141705-
CMYK0.3300.970.33
HSL80.36º94.29%34.31%-
HSV(B)80.36º97.06%66.67%-
XYZ21.3432.345.26-
YUV134.4554.95113.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.45%
GREEN value IS 170 (66.80% from 255) = 58.82%
BLUE value IS 5 (2.34% from 255) = 1.73%
R=39.45%
G=58.82%
B=1.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11417050.3300.970.3380.3694.2934.31
Hex72AA52106121505e22
Octal16225254101414112013642
Binary1110010101010101011000010110000110000110100001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72AA05; }

 p { color: rgb(114,170,5); }

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

<style>
 a { background-color: #72AA05; }

 a { background-color: rgb(114,170,5); }

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

<style>
 span { border-color: #72AA05; }

 span { border-color: rgb(114,170,5); }

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