Shades of Green #0C660C
Tints of Green #0C660C
RGB
CMYK
RGB Variations
Color information
#0C660C (or 0x0C660C) is known color: Green. HEX triplet: 0C, 66 and 0C. RGB value is (12,102,12). Sum of RGB (Red+Green+Blue) = 12+102+12=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 102 (40.23% from 255 or 80.95% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 102 - color contains mainly: green. Hex color #0C660C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C660C is #F399F3. Grayscale: #414141. Windows color (decimal): -15964660 or 812556. OLE color: 812556.
HSL color Cylindrical-coordinate representation of color #0C660C: hue angle of 120º 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 #0C660C is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 12 | 102 | 12 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.6 |
| HSL | 120º | 0.79% | 0.22% | - |
| HSV(B) | 120º | 0.88% | 0.4% | - |
| XYZ | 4.97 | 9.61 | 1.94 | - |
| YUV | 64.83 | 98.18 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 12 | 0.88 | 0 | 0.88 | 0.6 | 120 | 0.79 | 0.22 |
| Hex | C | 66 | C | 58 | 0 | 58 | 3C | 78 | 4F | 16 |
| Octal | 14 | 146 | 14 | 130 | 0 | 130 | 74 | 170 | 117 | 26 |
| Binary | 1100 | 1100110 | 1100 | 1011000 | 0 | 1011000 | 111100 | 1111000 | 1001111 | 10110 |
Color Harmonies of #0C660C
Complementary color
Monochromatic Colors of #0C660C
Black with #0C660C
Text Example
Text Example
White with #0C660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C660C; }
p { color: rgb(12,102,12); }
H1.HeaderClassName
{
color: #0C660C;
}
.AnyTagClassName
{
color: #0C660C;
}
</style>
background-color css
<style>
a { background-color: #0C660C; }
a { background-color: rgb(12,102,12); }
div.DivClassName
{
background-color: #0C660C;
}
.BgClassName
{
background-color: #0C660C;
}
</style>
border-color css
<style>
span { border-color: #0C660C; }
span { border-color: rgb(12,102,12); }
td.TdClassName
{
border-color: #0C660C;
}
.TagClassName
{
border-color: #0C660C;
}
</style>