Shades of Green #0C690A
Tints of Green #0C690A
RGB
CMYK
RGB Variations
Color information
#0C690A (or 0x0C690A) is known color: Green. HEX triplet: 0C, 69 and 0A. RGB value is (12,105,10). Sum of RGB (Red+Green+Blue) = 12+105+10=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 105 (41.41% from 255 or 82.68% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 105 - color contains mainly: green. Hex color #0C690A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C690A is #F396F5. Grayscale: #424242. Windows color (decimal): -15963894 or 682252. OLE color: 682252.
HSL color Cylindrical-coordinate representation of color #0C690A: hue angle of 118.74º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C690A is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 105 | 10 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.59 |
| HSL | 118.74º | 0.83% | 0.23% | - |
| HSV(B) | 118.74º | 0.9% | 0.41% | - |
| XYZ | 5.26 | 10.2 | 1.98 | - |
| YUV | 66.36 | 96.19 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 105 | 10 | 0.89 | 0 | 0.90 | 0.59 | 118.74 | 0.83 | 0.23 |
| Hex | C | 69 | A | 59 | 0 | 5A | 3B | 77 | 53 | 17 |
| Octal | 14 | 151 | 12 | 131 | 0 | 132 | 73 | 167 | 123 | 27 |
| Binary | 1100 | 1101001 | 1010 | 1011001 | 0 | 1011010 | 111011 | 1110111 | 1010011 | 10111 |
Color Harmonies of #0C690A
Complementary color
Monochromatic Colors of #0C690A
Black with #0C690A
Text Example
Text Example
White with #0C690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C690A; }
p { color: rgb(12,105,10); }
H1.HeaderClassName
{
color: #0C690A;
}
.AnyTagClassName
{
color: #0C690A;
}
</style>
background-color css
<style>
a { background-color: #0C690A; }
a { background-color: rgb(12,105,10); }
div.DivClassName
{
background-color: #0C690A;
}
.BgClassName
{
background-color: #0C690A;
}
</style>
border-color css
<style>
span { border-color: #0C690A; }
span { border-color: rgb(12,105,10); }
td.TdClassName
{
border-color: #0C690A;
}
.TagClassName
{
border-color: #0C690A;
}
</style>