#0C7109

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

Shades of Green #0C7109

Tints of Green #0C7109

Color information

#0C7109 (or 0x0C7109) is unknown color: approx Green. HEX triplet: 0C, 71 and 09. RGB value is (12,113,9). Sum of RGB (Red+Green+Blue) = 12+113+9=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 113 (44.53% from 255 or 84.33% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7109 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7109 is #F38EF6. Grayscale: #474747. Windows color (decimal): -15961847 or 618764. OLE color: 618764.

HSL color Cylindrical-coordinate representation of color #0C7109: hue angle of 118.27º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C7109 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB121139-
CMYK0.8900.920.56
HSL118.27º85.25%23.92%-
HSV(B)118.27º92.04%44.31%-
XYZ6.1111.912.24-
YUV70.9493.0485.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.96%
GREEN value IS 113 (44.53% from 255) = 84.33%
BLUE value IS 9 (3.91% from 255) = 6.72%
R=8.96%
G=84.33%
B=6.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1211390.8900.920.56118.2785.2523.92
HexC7195905C38765518
Octal141611113101347016612530
Binary1100111000110011011001010111001110001110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,113,9); }

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

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

 a { background-color: rgb(12,113,9); }

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

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

 span { border-color: rgb(12,113,9); }

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