#72AD0A

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

Shades of Christi #72AD0A

Tints of Christi #72AD0A

Color information

#72AD0A (or 0x72AD0A) is unknown color: approx Christi. HEX triplet: 72, AD and 0A. RGB value is (114,173,10). Sum of RGB (Red+Green+Blue) = 114+173+10=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72AD0A is #8D52F5. Grayscale: #898989. Windows color (decimal): -9261814 or 699762. OLE color: 699762.

HSL color Cylindrical-coordinate representation of color #72AD0A: hue angle of 81.72º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72AD0A is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB11417310-
CMYK0.3400.940.32
HSL81.72º89.07%35.88%-
HSV(B)81.72º94.22%67.84%-
XYZ21.9433.495.59-
YUV136.7856.45111.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.38%
GREEN value IS 173 (67.97% from 255) = 58.25%
BLUE value IS 10 (4.30% from 255) = 3.37%
R=38.38%
G=58.25%
B=3.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114173100.3400.940.3281.7289.0735.88
Hex72ADA2205E20525924
Octal162255124201364012213144
Binary11100101010110110101000100101111010000010100101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AD0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,173,10); }

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

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

 a { background-color: rgb(114,173,10); }

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

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

 span { border-color: rgb(114,173,10); }

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