Shades of Green #0F7205
Tints of Green #0F7205
RGB
CMYK
RGB Variations
Color information
#0F7205 (or 0x0F7205) is known color: Green. HEX triplet: 0F, 72 and 05. RGB value is (15,114,5). Sum of RGB (Red+Green+Blue) = 15+114+5=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 114 (44.92% from 255 or 85.07% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 114 - color contains mainly: green. Hex color #0F7205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7205 is #F08DFA. Grayscale: #484848. Windows color (decimal): -15764987 or 356879. OLE color: 356879.
HSL color Cylindrical-coordinate representation of color #0F7205: hue angle of 114.5º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F7205 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 114 | 5 | - |
| CMYK | 0.87 | 0 | 0.96 | 0.55 |
| HSL | 114.5º | 0.92% | 0.23% | - |
| HSV(B) | 114.5º | 0.96% | 0.45% | - |
| XYZ | 6.24 | 12.15 | 2.16 | - |
| YUV | 71.97 | 90.2 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 114 | 5 | 0.87 | 0 | 0.96 | 0.55 | 114.5 | 0.92 | 0.23 |
| Hex | F | 72 | 5 | 57 | 0 | 60 | 37 | 72 | 5C | 17 |
| Octal | 17 | 162 | 5 | 127 | 0 | 140 | 67 | 162 | 134 | 27 |
| Binary | 1111 | 1110010 | 101 | 1010111 | 0 | 1100000 | 110111 | 1110010 | 1011100 | 10111 |
Color Harmonies of #0F7205
Complementary color
Monochromatic Colors of #0F7205
Black with #0F7205
Text Example
Text Example
White with #0F7205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7205; }
p { color: rgb(15,114,5); }
H1.HeaderClassName
{
color: #0F7205;
}
.AnyTagClassName
{
color: #0F7205;
}
</style>
background-color css
<style>
a { background-color: #0F7205; }
a { background-color: rgb(15,114,5); }
div.DivClassName
{
background-color: #0F7205;
}
.BgClassName
{
background-color: #0F7205;
}
</style>
border-color css
<style>
span { border-color: #0F7205; }
span { border-color: rgb(15,114,5); }
td.TdClassName
{
border-color: #0F7205;
}
.TagClassName
{
border-color: #0F7205;
}
</style>