Shades of Green #0F7507
Tints of Green #0F7507
RGB
CMYK
RGB Variations
Color information
#0F7507 (or 0x0F7507) is known color: Green. HEX triplet: 0F, 75 and 07. RGB value is (15,117,7). Sum of RGB (Red+Green+Blue) = 15+117+7=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 117 (46.09% from 255 or 84.17% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 117 - color contains mainly: green. Hex color #0F7507 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7507 is #F08AF8. Grayscale: #4A4A4A. Windows color (decimal): -15764217 or 488719. OLE color: 488719.
HSL color Cylindrical-coordinate representation of color #0F7507: hue angle of 115.64º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F7507 is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 15 | 117 | 7 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.54 |
| HSL | 115.64º | 0.89% | 0.24% | - |
| HSV(B) | 115.64º | 0.94% | 0.46% | - |
| XYZ | 6.6 | 12.84 | 2.33 | - |
| YUV | 73.96 | 90.21 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 117 | 7 | 0.87 | 0 | 0.94 | 0.54 | 115.64 | 0.89 | 0.24 |
| Hex | F | 75 | 7 | 57 | 0 | 5E | 36 | 74 | 59 | 18 |
| Octal | 17 | 165 | 7 | 127 | 0 | 136 | 66 | 164 | 131 | 30 |
| Binary | 1111 | 1110101 | 111 | 1010111 | 0 | 1011110 | 110110 | 1110100 | 1011001 | 11000 |
Color Harmonies of #0F7507
Complementary color
Monochromatic Colors of #0F7507
Black with #0F7507
Text Example
Text Example
White with #0F7507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7507; }
p { color: rgb(15,117,7); }
H1.HeaderClassName
{
color: #0F7507;
}
.AnyTagClassName
{
color: #0F7507;
}
</style>
background-color css
<style>
a { background-color: #0F7507; }
a { background-color: rgb(15,117,7); }
div.DivClassName
{
background-color: #0F7507;
}
.BgClassName
{
background-color: #0F7507;
}
</style>
border-color css
<style>
span { border-color: #0F7507; }
span { border-color: rgb(15,117,7); }
td.TdClassName
{
border-color: #0F7507;
}
.TagClassName
{
border-color: #0F7507;
}
</style>