Shades of Green #0C6306
Tints of Green #0C6306
RGB
CMYK
RGB Variations
Color information
#0C6306 (or 0x0C6306) is known color: Green. HEX triplet: 0C, 63 and 06. RGB value is (12,99,6). Sum of RGB (Red+Green+Blue) = 12+99+6=117 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.26% from 117); Green value is 99 (39.06% from 255 or 84.62% from 117); Blue value is 6 (2.73% from 255 or 5.13% from 117); Max value from RGB is 99 - color contains mainly: green. Hex color #0C6306 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6306 is #F39CF9. Grayscale: #3E3E3E. Windows color (decimal): -15965434 or 418572. OLE color: 418572.
HSL color Cylindrical-coordinate representation of color #0C6306: hue angle of 116.13º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C6306 is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 12 | 99 | 6 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.61 |
| HSL | 116.13º | 0.89% | 0.21% | - |
| HSV(B) | 116.13º | 0.94% | 0.39% | - |
| XYZ | 4.65 | 9.01 | 1.67 | - |
| YUV | 62.39 | 96.18 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 99 | 6 | 0.88 | 0 | 0.94 | 0.61 | 116.13 | 0.89 | 0.21 |
| Hex | C | 63 | 6 | 58 | 0 | 5E | 3D | 74 | 59 | 15 |
| Octal | 14 | 143 | 6 | 130 | 0 | 136 | 75 | 164 | 131 | 25 |
| Binary | 1100 | 1100011 | 110 | 1011000 | 0 | 1011110 | 111101 | 1110100 | 1011001 | 10101 |
Color Harmonies of #0C6306
Complementary color
Monochromatic Colors of #0C6306
Black with #0C6306
Text Example
Text Example
White with #0C6306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6306; }
p { color: rgb(12,99,6); }
H1.HeaderClassName
{
color: #0C6306;
}
.AnyTagClassName
{
color: #0C6306;
}
</style>
background-color css
<style>
a { background-color: #0C6306; }
a { background-color: rgb(12,99,6); }
div.DivClassName
{
background-color: #0C6306;
}
.BgClassName
{
background-color: #0C6306;
}
</style>
border-color css
<style>
span { border-color: #0C6306; }
span { border-color: rgb(12,99,6); }
td.TdClassName
{
border-color: #0C6306;
}
.TagClassName
{
border-color: #0C6306;
}
</style>