#0C720D

Color #0C720D Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0C720D

Tints of Green #0C720D

Color information

#0C720D (or 0x0C720D) is unknown color: approx Green. HEX triplet: 0C, 72 and 0D. RGB value is (12,114,13). Sum of RGB (Red+Green+Blue) = 12+114+13=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 114 (44.92% from 255 or 82.01% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 114 - color contains mainly: green. Hex color #0C720D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C720D is #F38DF2. Grayscale: #484848. Windows color (decimal): -15961587 or 881164. OLE color: 881164.

HSL color Cylindrical-coordinate representation of color #0C720D: hue angle of 120.59º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C720D is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1211413-
CMYK0.8900.890.55
HSL120.59º80.95%24.71%-
HSV(B)120.59º89.47%44.71%-
XYZ6.2412.142.4-
YUV71.9994.7185.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.63%
GREEN value IS 114 (44.92% from 255) = 82.01%
BLUE value IS 13 (5.47% from 255) = 9.35%
R=8.63%
G=82.01%
B=9.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12114130.8900.890.55120.5980.9524.71
HexC72D5905937795119
Octal141621513101316717112131
Binary1100111001011011011001010110011101111111001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C720D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C720D; }

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

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

<style>
 a { background-color: #0C720D; }

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

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

<style>
 span { border-color: #0C720D; }

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

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