#0C6606

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

Shades of Green #0C6606

Tints of Green #0C6606

Color information

#0C6606 (or 0x0C6606) is unknown color: approx Green. HEX triplet: 0C, 66 and 06. RGB value is (12,102,6). Sum of RGB (Red+Green+Blue) = 12+102+6=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 102 (40.23% from 255 or 85% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 102 - color contains mainly: green. Hex color #0C6606 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6606 is #F399F9. Grayscale: #404040. Windows color (decimal): -15964666 or 419340. OLE color: 419340.

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

Color convert

RGB121026-
CMYK0.8800.940.6
HSL116.25º88.89%21.18%-
HSV(B)116.25º94.12%40%-
XYZ4.949.591.76-
YUV64.1595.1890.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10%
GREEN value IS 102 (40.23% from 255) = 85%
BLUE value IS 6 (2.73% from 255) = 5%
R=10%
G=85%
B=5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1210260.8800.940.6116.2588.8921.18
HexC6665805E3C745915
Octal14146613001367416413125
Binary110011001101101011000010111101111001110100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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