Shades of Green #0F660F
Tints of Green #0F660F
RGB
CMYK
RGB Variations
Color information
#0F660F (or 0x0F660F) is known color: Green. HEX triplet: 0F, 66 and 0F. RGB value is (15,102,15). Sum of RGB (Red+Green+Blue) = 15+102+15=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 102 (40.23% from 255 or 77.27% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 102 - color contains mainly: green. Hex color #0F660F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F660F is #F099F0. Grayscale: #424242. Windows color (decimal): -15768049 or 1009167. OLE color: 1009167.
HSL color Cylindrical-coordinate representation of color #0F660F: hue angle of 120º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F660F is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 15 | 102 | 15 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.6 |
| HSL | 120º | 0.74% | 0.23% | - |
| HSV(B) | 120º | 0.85% | 0.4% | - |
| XYZ | 5.03 | 9.64 | 2.05 | - |
| YUV | 66.07 | 99.18 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 102 | 15 | 0.85 | 0 | 0.85 | 0.6 | 120 | 0.74 | 0.23 |
| Hex | F | 66 | F | 55 | 0 | 55 | 3C | 78 | 4A | 17 |
| Octal | 17 | 146 | 17 | 125 | 0 | 125 | 74 | 170 | 112 | 27 |
| Binary | 1111 | 1100110 | 1111 | 1010101 | 0 | 1010101 | 111100 | 1111000 | 1001010 | 10111 |
Color Harmonies of #0F660F
Complementary color
Monochromatic Colors of #0F660F
Black with #0F660F
Text Example
Text Example
White with #0F660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F660F; }
p { color: rgb(15,102,15); }
H1.HeaderClassName
{
color: #0F660F;
}
.AnyTagClassName
{
color: #0F660F;
}
</style>
background-color css
<style>
a { background-color: #0F660F; }
a { background-color: rgb(15,102,15); }
div.DivClassName
{
background-color: #0F660F;
}
.BgClassName
{
background-color: #0F660F;
}
</style>
border-color css
<style>
span { border-color: #0F660F; }
span { border-color: rgb(15,102,15); }
td.TdClassName
{
border-color: #0F660F;
}
.TagClassName
{
border-color: #0F660F;
}
</style>