#0C6010

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

Shades of Green #0C6010

Tints of Green #0C6010

Color information

#0C6010 (or 0x0C6010) is unknown color: approx Green. HEX triplet: 0C, 60 and 10. RGB value is (12,96,16). Sum of RGB (Red+Green+Blue) = 12+96+16=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 96 (37.89% from 255 or 77.42% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 96 - color contains mainly: green. Hex color #0C6010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6010 is #F39FEF. Grayscale: #3E3E3E. Windows color (decimal): -15966192 or 1073164. OLE color: 1073164.

HSL color Cylindrical-coordinate representation of color #0C6010: hue angle of 122.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6010 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB129616-
CMYK0.8800.830.62
HSL122.86º77.78%21.18%-
HSV(B)122.86º87.5%37.65%-
XYZ4.438.481.89-
YUV61.76102.1792.5-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.68%
GREEN value IS 96 (37.89% from 255) = 77.42%
BLUE value IS 16 (6.64% from 255) = 12.90%
R=9.68%
G=77.42%
B=12.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1296160.8800.830.62122.8677.7821.18
HexC6010580533E7b4e15
Octal141402013001237617311625
Binary11001100000100001011000010100111111101111011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,96,16); }

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

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

 a { background-color: rgb(12,96,16); }

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

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

 span { border-color: rgb(12,96,16); }

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