#0C6612

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

Shades of Green #0C6612

Tints of Green #0C6612

Color information

#0C6612 (or 0x0C6612) is unknown color: approx Green. HEX triplet: 0C, 66 and 12. RGB value is (12,102,18). Sum of RGB (Red+Green+Blue) = 12+102+18=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 102 (40.23% from 255 or 77.27% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 102 - color contains mainly: green. Hex color #0C6612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6612 is #F399ED. Grayscale: #414141. Windows color (decimal): -15964654 or 1205772. OLE color: 1205772.

HSL color Cylindrical-coordinate representation of color #0C6612: hue angle of 124º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6612 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB1210218-
CMYK0.8800.820.6
HSL124º78.95%22.35%-
HSV(B)124º88.24%40%-
XYZ5.019.622.17-
YUV65.51101.1889.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.09%
GREEN value IS 102 (40.23% from 255) = 77.27%
BLUE value IS 18 (7.42% from 255) = 13.64%
R=9.09%
G=77.27%
B=13.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal12102180.8800.820.612478.9522.35
HexC6612580523C7c4f16
Octal141462213001227417411726
Binary11001100110100101011000010100101111001111100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,102,18); }

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

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

 a { background-color: rgb(12,102,18); }

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

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

 span { border-color: rgb(12,102,18); }

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