#0C6F09

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

Shades of Green #0C6F09

Tints of Green #0C6F09

Color information

#0C6F09 (or 0x0C6F09) is unknown color: approx Green. HEX triplet: 0C, 6F and 09. RGB value is (12,111,9). Sum of RGB (Red+Green+Blue) = 12+111+9=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 111 (43.75% from 255 or 84.09% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 111 - color contains mainly: green. Hex color #0C6F09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6F09 is #F390F6. Grayscale: #464646. Windows color (decimal): -15962359 or 618252. OLE color: 618252.

HSL color Cylindrical-coordinate representation of color #0C6F09: hue angle of 118.24º 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 #0C6F09 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB121119-
CMYK0.8900.920.56
HSL118.24º85%23.53%-
HSV(B)118.24º91.89%43.53%-
XYZ5.8911.472.16-
YUV69.7793.786.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.09%
GREEN value IS 111 (43.75% from 255) = 84.09%
BLUE value IS 9 (3.91% from 255) = 6.82%
R=9.09%
G=84.09%
B=6.82%

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
Decimal1211190.8900.920.56118.248523.53
HexC6F95905C38765518
Octal141571113101347016612530
Binary1100110111110011011001010111001110001110110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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