Shades of Green #0F7716
Tints of Green #0F7716
RGB
CMYK
RGB Variations
Color information
#0F7716 (or 0x0F7716) is known color: Green. HEX triplet: 0F, 77 and 16. RGB value is (15,119,22). Sum of RGB (Red+Green+Blue) = 15+119+22=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 119 (46.88% from 255 or 76.28% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 119 - color contains mainly: green. Hex color #0F7716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7716 is #F088E9. Grayscale: #4D4D4D. Windows color (decimal): -15763690 or 1472271. OLE color: 1472271.
HSL color Cylindrical-coordinate representation of color #0F7716: hue angle of 124.04º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7716 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 119 | 22 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.53 |
| HSL | 124.04º | 0.78% | 0.26% | - |
| HSV(B) | 124.04º | 0.87% | 0.47% | - |
| XYZ | 6.94 | 13.35 | 2.97 | - |
| YUV | 76.85 | 97.04 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 119 | 22 | 0.87 | 0 | 0.82 | 0.53 | 124.04 | 0.78 | 0.26 |
| Hex | F | 77 | 16 | 57 | 0 | 52 | 35 | 7C | 4E | 1A |
| Octal | 17 | 167 | 26 | 127 | 0 | 122 | 65 | 174 | 116 | 32 |
| Binary | 1111 | 1110111 | 10110 | 1010111 | 0 | 1010010 | 110101 | 1111100 | 1001110 | 11010 |
Color Harmonies of #0F7716
Complementary color
Monochromatic Colors of #0F7716
Black with #0F7716
Text Example
Text Example
White with #0F7716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7716; }
p { color: rgb(15,119,22); }
H1.HeaderClassName
{
color: #0F7716;
}
.AnyTagClassName
{
color: #0F7716;
}
</style>
background-color css
<style>
a { background-color: #0F7716; }
a { background-color: rgb(15,119,22); }
div.DivClassName
{
background-color: #0F7716;
}
.BgClassName
{
background-color: #0F7716;
}
</style>
border-color css
<style>
span { border-color: #0F7716; }
span { border-color: rgb(15,119,22); }
td.TdClassName
{
border-color: #0F7716;
}
.TagClassName
{
border-color: #0F7716;
}
</style>