Shades of Green #0C6903
Tints of Green #0C6903
RGB
CMYK
RGB Variations
Color information
#0C6903 (or 0x0C6903) is known color: Green. HEX triplet: 0C, 69 and 03. RGB value is (12,105,3). Sum of RGB (Red+Green+Blue) = 12+105+3=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 105 (41.41% from 255 or 87.5% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 105 - color contains mainly: green. Hex color #0C6903 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6903 is #F396FC. Grayscale: #414141. Windows color (decimal): -15963901 or 223500. OLE color: 223500.
HSL color Cylindrical-coordinate representation of color #0C6903: hue angle of 114.71º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C6903 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 105 | 3 | - |
| CMYK | 0.89 | 0 | 0.97 | 0.59 |
| HSL | 114.71º | 0.94% | 0.21% | - |
| HSV(B) | 114.71º | 0.97% | 0.41% | - |
| XYZ | 5.22 | 10.19 | 1.78 | - |
| YUV | 65.57 | 92.69 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 105 | 3 | 0.89 | 0 | 0.97 | 0.59 | 114.71 | 0.94 | 0.21 |
| Hex | C | 69 | 3 | 59 | 0 | 61 | 3B | 73 | 5E | 15 |
| Octal | 14 | 151 | 3 | 131 | 0 | 141 | 73 | 163 | 136 | 25 |
| Binary | 1100 | 1101001 | 11 | 1011001 | 0 | 1100001 | 111011 | 1110011 | 1011110 | 10101 |
Color Harmonies of #0C6903
Complementary color
Monochromatic Colors of #0C6903
Black with #0C6903
Text Example
Text Example
White with #0C6903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6903; }
p { color: rgb(12,105,3); }
H1.HeaderClassName
{
color: #0C6903;
}
.AnyTagClassName
{
color: #0C6903;
}
</style>
background-color css
<style>
a { background-color: #0C6903; }
a { background-color: rgb(12,105,3); }
div.DivClassName
{
background-color: #0C6903;
}
.BgClassName
{
background-color: #0C6903;
}
</style>
border-color css
<style>
span { border-color: #0C6903; }
span { border-color: rgb(12,105,3); }
td.TdClassName
{
border-color: #0C6903;
}
.TagClassName
{
border-color: #0C6903;
}
</style>