#72A40A

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

Shades of Christi #72A40A

Tints of Christi #72A40A

Color information

#72A40A (or 0x72A40A) is unknown color: approx Christi. HEX triplet: 72, A4 and 0A. RGB value is (114,164,10). Sum of RGB (Red+Green+Blue) = 114+164+10=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 164 (64.45% from 255 or 56.94% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 164 - color contains mainly: green. Hex color #72A40A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A40A is #8D5BF5. Grayscale: #848484. Windows color (decimal): -9264118 or 697458. OLE color: 697458.

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

Color convert

RGB11416410-
CMYK0.3000.940.36
HSL79.48º88.51%34.12%-
HSV(B)79.48º93.9%64.31%-
XYZ20.2730.155.04-
YUV131.4959.44115.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.58%
GREEN value IS 164 (64.45% from 255) = 56.94%
BLUE value IS 10 (4.30% from 255) = 3.47%
R=39.58%
G=56.94%
B=3.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114164100.3000.940.3679.4888.5134.12
Hex72A4A1E05E244f5922
Octal162244123601364411713142
Binary1110010101001001010111100101111010010010011111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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