Shades of Green #0F6610
Tints of Green #0F6610
RGB
CMYK
RGB Variations
Color information
#0F6610 (or 0x0F6610) is known color: Green. HEX triplet: 0F, 66 and 10. RGB value is (15,102,16). Sum of RGB (Red+Green+Blue) = 15+102+16=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 102 (40.23% from 255 or 76.69% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 102 - color contains mainly: green. Hex color #0F6610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6610 is #F099EF. Grayscale: #424242. Windows color (decimal): -15768048 or 1074703. OLE color: 1074703.
HSL color Cylindrical-coordinate representation of color #0F6610: hue angle of 120.69º 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 #0F6610 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 15 | 102 | 16 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.6 |
| HSL | 120.69º | 0.74% | 0.23% | - |
| HSV(B) | 120.69º | 0.85% | 0.4% | - |
| XYZ | 5.04 | 9.64 | 2.09 | - |
| YUV | 66.18 | 99.68 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 102 | 16 | 0.85 | 0 | 0.84 | 0.6 | 120.69 | 0.74 | 0.23 |
| Hex | F | 66 | 10 | 55 | 0 | 54 | 3C | 79 | 4A | 17 |
| Octal | 17 | 146 | 20 | 125 | 0 | 124 | 74 | 171 | 112 | 27 |
| Binary | 1111 | 1100110 | 10000 | 1010101 | 0 | 1010100 | 111100 | 1111001 | 1001010 | 10111 |
Color Harmonies of #0F6610
Complementary color
Monochromatic Colors of #0F6610
Black with #0F6610
Text Example
Text Example
White with #0F6610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6610; }
p { color: rgb(15,102,16); }
H1.HeaderClassName
{
color: #0F6610;
}
.AnyTagClassName
{
color: #0F6610;
}
</style>
background-color css
<style>
a { background-color: #0F6610; }
a { background-color: rgb(15,102,16); }
div.DivClassName
{
background-color: #0F6610;
}
.BgClassName
{
background-color: #0F6610;
}
</style>
border-color css
<style>
span { border-color: #0F6610; }
span { border-color: rgb(15,102,16); }
td.TdClassName
{
border-color: #0F6610;
}
.TagClassName
{
border-color: #0F6610;
}
</style>