Shades of Green #0F5D07
Tints of Green #0F5D07
RGB
CMYK
RGB Variations
Color information
#0F5D07 (or 0x0F5D07) is known color: Green. HEX triplet: 0F, 5D and 07. RGB value is (15,93,7). Sum of RGB (Red+Green+Blue) = 15+93+7=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 93 (36.72% from 255 or 80.87% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 93 - color contains mainly: green. Hex color #0F5D07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5D07 is #F0A2F8. Grayscale: #3C3C3C. Windows color (decimal): -15770361 or 482575. OLE color: 482575.
HSL color Cylindrical-coordinate representation of color #0F5D07: hue angle of 114.42º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F5D07 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 93 | 7 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.64 |
| HSL | 114.42º | 0.86% | 0.2% | - |
| HSV(B) | 114.42º | 0.92% | 0.36% | - |
| XYZ | 4.15 | 7.95 | 1.52 | - |
| YUV | 59.87 | 98.16 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 93 | 7 | 0.84 | 0 | 0.92 | 0.64 | 114.42 | 0.86 | 0.2 |
| Hex | F | 5D | 7 | 54 | 0 | 5C | 40 | 72 | 56 | 14 |
| Octal | 17 | 135 | 7 | 124 | 0 | 134 | 100 | 162 | 126 | 24 |
| Binary | 1111 | 1011101 | 111 | 1010100 | 0 | 1011100 | 1000000 | 1110010 | 1010110 | 10100 |
Color Harmonies of #0F5D07
Complementary color
Monochromatic Colors of #0F5D07
Black with #0F5D07
Text Example
Text Example
White with #0F5D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5D07; }
p { color: rgb(15,93,7); }
H1.HeaderClassName
{
color: #0F5D07;
}
.AnyTagClassName
{
color: #0F5D07;
}
</style>
background-color css
<style>
a { background-color: #0F5D07; }
a { background-color: rgb(15,93,7); }
div.DivClassName
{
background-color: #0F5D07;
}
.BgClassName
{
background-color: #0F5D07;
}
</style>
border-color css
<style>
span { border-color: #0F5D07; }
span { border-color: rgb(15,93,7); }
td.TdClassName
{
border-color: #0F5D07;
}
.TagClassName
{
border-color: #0F5D07;
}
</style>