Shades of Green #0C660A
Tints of Green #0C660A
RGB
CMYK
RGB Variations
Color information
#0C660A (or 0x0C660A) is known color: Green. HEX triplet: 0C, 66 and 0A. RGB value is (12,102,10). Sum of RGB (Red+Green+Blue) = 12+102+10=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 102 (40.23% from 255 or 82.26% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 102 - color contains mainly: green. Hex color #0C660A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C660A is #F399F5. Grayscale: #404040. Windows color (decimal): -15964662 or 681484. OLE color: 681484.
HSL color Cylindrical-coordinate representation of color #0C660A: hue angle of 118.7º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C660A is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 12 | 102 | 10 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.6 |
| HSL | 118.7º | 0.82% | 0.22% | - |
| HSV(B) | 118.7º | 0.9% | 0.4% | - |
| XYZ | 4.96 | 9.6 | 1.88 | - |
| YUV | 64.6 | 97.18 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 10 | 0.88 | 0 | 0.90 | 0.6 | 118.7 | 0.82 | 0.22 |
| Hex | C | 66 | A | 58 | 0 | 5A | 3C | 77 | 52 | 16 |
| Octal | 14 | 146 | 12 | 130 | 0 | 132 | 74 | 167 | 122 | 26 |
| Binary | 1100 | 1100110 | 1010 | 1011000 | 0 | 1011010 | 111100 | 1110111 | 1010010 | 10110 |
Color Harmonies of #0C660A
Complementary color
Monochromatic Colors of #0C660A
Black with #0C660A
Text Example
Text Example
White with #0C660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C660A; }
p { color: rgb(12,102,10); }
H1.HeaderClassName
{
color: #0C660A;
}
.AnyTagClassName
{
color: #0C660A;
}
</style>
background-color css
<style>
a { background-color: #0C660A; }
a { background-color: rgb(12,102,10); }
div.DivClassName
{
background-color: #0C660A;
}
.BgClassName
{
background-color: #0C660A;
}
</style>
border-color css
<style>
span { border-color: #0C660A; }
span { border-color: rgb(12,102,10); }
td.TdClassName
{
border-color: #0C660A;
}
.TagClassName
{
border-color: #0C660A;
}
</style>