#0C6604

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

Shades of Green #0C6604

Tints of Green #0C6604

Color information

#0C6604 (or 0x0C6604) is unknown color: approx Green. HEX triplet: 0C, 66 and 04. RGB value is (12,102,4). Sum of RGB (Red+Green+Blue) = 12+102+4=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 102 (40.23% from 255 or 86.44% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 102 - color contains mainly: green. Hex color #0C6604 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6604 is #F399FB. Grayscale: #404040. Windows color (decimal): -15964668 or 288268. OLE color: 288268.

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

Color convert

RGB121024-
CMYK0.8800.960.6
HSL115.1º92.45%20.78%-
HSV(B)115.1º96.08%40%-
XYZ4.929.591.71-
YUV63.9294.1890.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.17%
GREEN value IS 102 (40.23% from 255) = 86.44%
BLUE value IS 4 (1.95% from 255) = 3.39%
R=10.17%
G=86.44%
B=3.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1210240.8800.960.6115.192.4520.78
HexC664580603C735c15
Octal14146413001407416313425
Binary110011001101001011000011000001111001110011101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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