Shades of Green #0C6103
Tints of Green #0C6103
RGB
CMYK
RGB Variations
Color information
#0C6103 (or 0x0C6103) is known color: Green. HEX triplet: 0C, 61 and 03. RGB value is (12,97,3). Sum of RGB (Red+Green+Blue) = 12+97+3=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 97 (38.28% from 255 or 86.61% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 97 - color contains mainly: green. Hex color #0C6103 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6103 is #F39EFC. Grayscale: #3D3D3D. Windows color (decimal): -15965949 or 221452. OLE color: 221452.
HSL color Cylindrical-coordinate representation of color #0C6103: hue angle of 114.26º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C6103 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 97 | 3 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.62 |
| HSL | 114.26º | 0.94% | 0.2% | - |
| HSV(B) | 114.26º | 0.97% | 0.38% | - |
| XYZ | 4.44 | 8.63 | 1.52 | - |
| YUV | 60.87 | 95.34 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 97 | 3 | 0.88 | 0 | 0.97 | 0.62 | 114.26 | 0.94 | 0.2 |
| Hex | C | 61 | 3 | 58 | 0 | 61 | 3E | 72 | 5E | 14 |
| Octal | 14 | 141 | 3 | 130 | 0 | 141 | 76 | 162 | 136 | 24 |
| Binary | 1100 | 1100001 | 11 | 1011000 | 0 | 1100001 | 111110 | 1110010 | 1011110 | 10100 |
Color Harmonies of #0C6103
Complementary color
Monochromatic Colors of #0C6103
Black with #0C6103
Text Example
Text Example
White with #0C6103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6103; }
p { color: rgb(12,97,3); }
H1.HeaderClassName
{
color: #0C6103;
}
.AnyTagClassName
{
color: #0C6103;
}
</style>
background-color css
<style>
a { background-color: #0C6103; }
a { background-color: rgb(12,97,3); }
div.DivClassName
{
background-color: #0C6103;
}
.BgClassName
{
background-color: #0C6103;
}
</style>
border-color css
<style>
span { border-color: #0C6103; }
span { border-color: rgb(12,97,3); }
td.TdClassName
{
border-color: #0C6103;
}
.TagClassName
{
border-color: #0C6103;
}
</style>