Shades of Green #0C6001
Tints of Green #0C6001
RGB
CMYK
RGB Variations
Color information
#0C6001 (or 0x0C6001) is known color: Green. HEX triplet: 0C, 60 and 01. RGB value is (12,96,1). Sum of RGB (Red+Green+Blue) = 12+96+1=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 96 (37.89% from 255 or 88.07% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 96 - color contains mainly: green. Hex color #0C6001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6001 is #F39FFE. Grayscale: #3C3C3C. Windows color (decimal): -15966207 or 90124. OLE color: 90124.
HSL color Cylindrical-coordinate representation of color #0C6001: hue angle of 113.05º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C6001 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 96 | 1 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.62 |
| HSL | 113.05º | 0.98% | 0.19% | - |
| HSV(B) | 113.05º | 0.99% | 0.38% | - |
| XYZ | 4.34 | 8.45 | 1.43 | - |
| YUV | 60.05 | 94.67 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 96 | 1 | 0.88 | 0 | 0.99 | 0.62 | 113.05 | 0.98 | 0.19 |
| Hex | C | 60 | 1 | 58 | 0 | 63 | 3E | 71 | 62 | 13 |
| Octal | 14 | 140 | 1 | 130 | 0 | 143 | 76 | 161 | 142 | 23 |
| Binary | 1100 | 1100000 | 1 | 1011000 | 0 | 1100011 | 111110 | 1110001 | 1100010 | 10011 |
Color Harmonies of #0C6001
Complementary color
Monochromatic Colors of #0C6001
Black with #0C6001
Text Example
Text Example
White with #0C6001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6001; }
p { color: rgb(12,96,1); }
H1.HeaderClassName
{
color: #0C6001;
}
.AnyTagClassName
{
color: #0C6001;
}
</style>
background-color css
<style>
a { background-color: #0C6001; }
a { background-color: rgb(12,96,1); }
div.DivClassName
{
background-color: #0C6001;
}
.BgClassName
{
background-color: #0C6001;
}
</style>
border-color css
<style>
span { border-color: #0C6001; }
span { border-color: rgb(12,96,1); }
td.TdClassName
{
border-color: #0C6001;
}
.TagClassName
{
border-color: #0C6001;
}
</style>