Shades of Green #0F7915
Tints of Green #0F7915
RGB
CMYK
RGB Variations
Color information
#0F7915 (or 0x0F7915) is known color: Green. HEX triplet: 0F, 79 and 15. RGB value is (15,121,21). Sum of RGB (Red+Green+Blue) = 15+121+21=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 121 (47.66% from 255 or 77.07% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 121 - color contains mainly: green. Hex color #0F7915 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7915 is #F086EA. Grayscale: #4E4E4E. Windows color (decimal): -15763179 or 1407247. OLE color: 1407247.
HSL color Cylindrical-coordinate representation of color #0F7915: hue angle of 123.4º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7915 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 121 | 21 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.53 |
| HSL | 123.4º | 0.78% | 0.27% | - |
| HSV(B) | 123.4º | 0.88% | 0.47% | - |
| XYZ | 7.17 | 13.83 | 3 | - |
| YUV | 77.91 | 95.88 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 121 | 21 | 0.88 | 0 | 0.83 | 0.53 | 123.4 | 0.78 | 0.27 |
| Hex | F | 79 | 15 | 58 | 0 | 53 | 35 | 7B | 4E | 1B |
| Octal | 17 | 171 | 25 | 130 | 0 | 123 | 65 | 173 | 116 | 33 |
| Binary | 1111 | 1111001 | 10101 | 1011000 | 0 | 1010011 | 110101 | 1111011 | 1001110 | 11011 |
Color Harmonies of #0F7915
Complementary color
Monochromatic Colors of #0F7915
Black with #0F7915
Text Example
Text Example
White with #0F7915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7915; }
p { color: rgb(15,121,21); }
H1.HeaderClassName
{
color: #0F7915;
}
.AnyTagClassName
{
color: #0F7915;
}
</style>
background-color css
<style>
a { background-color: #0F7915; }
a { background-color: rgb(15,121,21); }
div.DivClassName
{
background-color: #0F7915;
}
.BgClassName
{
background-color: #0F7915;
}
</style>
border-color css
<style>
span { border-color: #0F7915; }
span { border-color: rgb(15,121,21); }
td.TdClassName
{
border-color: #0F7915;
}
.TagClassName
{
border-color: #0F7915;
}
</style>