Shades of Green #0C660F
Tints of Green #0C660F
RGB
CMYK
RGB Variations
Color information
#0C660F (or 0x0C660F) is known color: Green. HEX triplet: 0C, 66 and 0F. RGB value is (12,102,15). Sum of RGB (Red+Green+Blue) = 12+102+15=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 102 (40.23% from 255 or 79.07% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 102 - color contains mainly: green. Hex color #0C660F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C660F is #F399F0. Grayscale: #414141. Windows color (decimal): -15964657 or 1009164. OLE color: 1009164.
HSL color Cylindrical-coordinate representation of color #0C660F: hue angle of 122º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C660F is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 12 | 102 | 15 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.6 |
| HSL | 122º | 0.79% | 0.22% | - |
| HSV(B) | 122º | 0.88% | 0.4% | - |
| XYZ | 4.99 | 9.62 | 2.04 | - |
| YUV | 65.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 15 | 0.88 | 0 | 0.85 | 0.6 | 122 | 0.79 | 0.22 |
| Hex | C | 66 | F | 58 | 0 | 55 | 3C | 7A | 4F | 16 |
| Octal | 14 | 146 | 17 | 130 | 0 | 125 | 74 | 172 | 117 | 26 |
| Binary | 1100 | 1100110 | 1111 | 1011000 | 0 | 1010101 | 111100 | 1111010 | 1001111 | 10110 |
Color Harmonies of #0C660F
Complementary color
Monochromatic Colors of #0C660F
Black with #0C660F
Text Example
Text Example
White with #0C660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C660F; }
p { color: rgb(12,102,15); }
H1.HeaderClassName
{
color: #0C660F;
}
.AnyTagClassName
{
color: #0C660F;
}
</style>
background-color css
<style>
a { background-color: #0C660F; }
a { background-color: rgb(12,102,15); }
div.DivClassName
{
background-color: #0C660F;
}
.BgClassName
{
background-color: #0C660F;
}
</style>
border-color css
<style>
span { border-color: #0C660F; }
span { border-color: rgb(12,102,15); }
td.TdClassName
{
border-color: #0C660F;
}
.TagClassName
{
border-color: #0C660F;
}
</style>