Shades of Green #0F6207
Tints of Green #0F6207
RGB
CMYK
RGB Variations
Color information
#0F6207 (or 0x0F6207) is known color: Green. HEX triplet: 0F, 62 and 07. RGB value is (15,98,7). Sum of RGB (Red+Green+Blue) = 15+98+7=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 98 (38.67% from 255 or 81.67% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 98 - color contains mainly: green. Hex color #0F6207 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6207 is #F09DF8. Grayscale: #3F3F3F. Windows color (decimal): -15769081 or 483855. OLE color: 483855.
HSL color Cylindrical-coordinate representation of color #0F6207: hue angle of 114.73º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F6207 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 98 | 7 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.62 |
| HSL | 114.73º | 0.87% | 0.21% | - |
| HSV(B) | 114.73º | 0.93% | 0.38% | - |
| XYZ | 4.6 | 8.85 | 1.67 | - |
| YUV | 62.81 | 96.5 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 98 | 7 | 0.85 | 0 | 0.93 | 0.62 | 114.73 | 0.87 | 0.21 |
| Hex | F | 62 | 7 | 55 | 0 | 5D | 3E | 73 | 57 | 15 |
| Octal | 17 | 142 | 7 | 125 | 0 | 135 | 76 | 163 | 127 | 25 |
| Binary | 1111 | 1100010 | 111 | 1010101 | 0 | 1011101 | 111110 | 1110011 | 1010111 | 10101 |
Color Harmonies of #0F6207
Complementary color
Monochromatic Colors of #0F6207
Black with #0F6207
Text Example
Text Example
White with #0F6207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6207; }
p { color: rgb(15,98,7); }
H1.HeaderClassName
{
color: #0F6207;
}
.AnyTagClassName
{
color: #0F6207;
}
</style>
background-color css
<style>
a { background-color: #0F6207; }
a { background-color: rgb(15,98,7); }
div.DivClassName
{
background-color: #0F6207;
}
.BgClassName
{
background-color: #0F6207;
}
</style>
border-color css
<style>
span { border-color: #0F6207; }
span { border-color: rgb(15,98,7); }
td.TdClassName
{
border-color: #0F6207;
}
.TagClassName
{
border-color: #0F6207;
}
</style>