Shades of Green #0F6501
Tints of Green #0F6501
RGB
CMYK
RGB Variations
Color information
#0F6501 (or 0x0F6501) is known color: Green. HEX triplet: 0F, 65 and 01. RGB value is (15,101,1). Sum of RGB (Red+Green+Blue) = 15+101+1=117 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.82% from 117); Green value is 101 (39.84% from 255 or 86.32% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 101 - color contains mainly: green. Hex color #0F6501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6501 is #F09AFE. Grayscale: #404040. Windows color (decimal): -15768319 or 91407. OLE color: 91407.
HSL color Cylindrical-coordinate representation of color #0F6501: hue angle of 111.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F6501 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 101 | 1 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.60 |
| HSL | 111.6º | 0.98% | 0.2% | - |
| HSV(B) | 111.6º | 0.99% | 0.4% | - |
| XYZ | 4.86 | 9.41 | 1.59 | - |
| YUV | 63.89 | 92.51 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 101 | 1 | 0.85 | 0 | 0.99 | 0.60 | 111.6 | 0.98 | 0.2 |
| Hex | F | 65 | 1 | 55 | 0 | 63 | 3C | 70 | 62 | 14 |
| Octal | 17 | 145 | 1 | 125 | 0 | 143 | 74 | 160 | 142 | 24 |
| Binary | 1111 | 1100101 | 1 | 1010101 | 0 | 1100011 | 111100 | 1110000 | 1100010 | 10100 |
Color Harmonies of #0F6501
Complementary color
Monochromatic Colors of #0F6501
Black with #0F6501
Text Example
Text Example
White with #0F6501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6501; }
p { color: rgb(15,101,1); }
H1.HeaderClassName
{
color: #0F6501;
}
.AnyTagClassName
{
color: #0F6501;
}
</style>
background-color css
<style>
a { background-color: #0F6501; }
a { background-color: rgb(15,101,1); }
div.DivClassName
{
background-color: #0F6501;
}
.BgClassName
{
background-color: #0F6501;
}
</style>
border-color css
<style>
span { border-color: #0F6501; }
span { border-color: rgb(15,101,1); }
td.TdClassName
{
border-color: #0F6501;
}
.TagClassName
{
border-color: #0F6501;
}
</style>