#0C6007

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

Shades of Green #0C6007

Tints of Green #0C6007

Color information

#0C6007 (or 0x0C6007) is unknown color: approx Green. HEX triplet: 0C, 60 and 07. RGB value is (12,96,7). Sum of RGB (Red+Green+Blue) = 12+96+7=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 96 (37.89% from 255 or 83.48% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 96 - color contains mainly: green. Hex color #0C6007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6007 is #F39FF8. Grayscale: #3D3D3D. Windows color (decimal): -15966201 or 483340. OLE color: 483340.

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

Color convert

RGB12967-
CMYK0.8800.930.62
HSL116.63º86.41%20.2%-
HSV(B)116.63º92.71%37.65%-
XYZ4.378.461.6-
YUV60.7497.6793.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.43%
GREEN value IS 96 (37.89% from 255) = 83.48%
BLUE value IS 7 (3.12% from 255) = 6.09%
R=10.43%
G=83.48%
B=6.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal129670.8800.930.62116.6386.4120.2
HexC6075805D3E755614
Octal14140713001357616512624
Binary110011000001111011000010111011111101110101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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