Shades of Green #0F660E
Tints of Green #0F660E
RGB
CMYK
RGB Variations
Color information
#0F660E (or 0x0F660E) is known color: Green. HEX triplet: 0F, 66 and 0E. RGB value is (15,102,14). Sum of RGB (Red+Green+Blue) = 15+102+14=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 102 (40.23% from 255 or 77.86% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 102 - color contains mainly: green. Hex color #0F660E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F660E is #F099F1. Grayscale: #424242. Windows color (decimal): -15768050 or 943631. OLE color: 943631.
HSL color Cylindrical-coordinate representation of color #0F660E: hue angle of 119.32º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F660E is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 15 | 102 | 14 | - |
| CMYK | 0.85 | 0 | 0.86 | 0.6 |
| HSL | 119.32º | 0.76% | 0.23% | - |
| HSV(B) | 119.32º | 0.86% | 0.4% | - |
| XYZ | 5.03 | 9.64 | 2.01 | - |
| YUV | 65.96 | 98.68 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 102 | 14 | 0.85 | 0 | 0.86 | 0.6 | 119.32 | 0.76 | 0.23 |
| Hex | F | 66 | E | 55 | 0 | 56 | 3C | 77 | 4C | 17 |
| Octal | 17 | 146 | 16 | 125 | 0 | 126 | 74 | 167 | 114 | 27 |
| Binary | 1111 | 1100110 | 1110 | 1010101 | 0 | 1010110 | 111100 | 1110111 | 1001100 | 10111 |
Color Harmonies of #0F660E
Complementary color
Monochromatic Colors of #0F660E
Black with #0F660E
Text Example
Text Example
White with #0F660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F660E; }
p { color: rgb(15,102,14); }
H1.HeaderClassName
{
color: #0F660E;
}
.AnyTagClassName
{
color: #0F660E;
}
</style>
background-color css
<style>
a { background-color: #0F660E; }
a { background-color: rgb(15,102,14); }
div.DivClassName
{
background-color: #0F660E;
}
.BgClassName
{
background-color: #0F660E;
}
</style>
border-color css
<style>
span { border-color: #0F660E; }
span { border-color: rgb(15,102,14); }
td.TdClassName
{
border-color: #0F660E;
}
.TagClassName
{
border-color: #0F660E;
}
</style>