#72AC0C

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

Shades of Christi #72AC0C

Tints of Christi #72AC0C

Color information

#72AC0C (or 0x72AC0C) is unknown color: approx Christi. HEX triplet: 72, AC and 0C. RGB value is (114,172,12). Sum of RGB (Red+Green+Blue) = 114+172+12=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #72AC0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72AC0C is #8D53F3. Grayscale: #888888. Windows color (decimal): -9262068 or 830578. OLE color: 830578.

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

Color convert

RGB11417212-
CMYK0.3400.930.33
HSL81.75º86.96%36.08%-
HSV(B)81.75º93.02%67.45%-
XYZ21.7633.115.59-
YUV136.4257.78112.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.26%
GREEN value IS 172 (67.58% from 255) = 57.72%
BLUE value IS 12 (5.08% from 255) = 4.03%
R=38.26%
G=57.72%
B=4.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114172120.3400.930.3381.7586.9636.08
Hex72ACC2205D21525724
Octal162254144201354112212744
Binary11100101010110011001000100101110110000110100101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AC0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,172,12); }

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

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

 a { background-color: rgb(114,172,12); }

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

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

 span { border-color: rgb(114,172,12); }

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