Shades of Green #015F06
Tints of Green #015F06
RGB
CMYK
RGB Variations
Color information
#015F06 (or 0x015F06) is known color: Green. HEX triplet: 01, 5F and 06. RGB value is (1,95,6). Sum of RGB (Red+Green+Blue) = 1+95+6=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 95 (37.5% from 255 or 93.14% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 95 - color contains mainly: green. Hex color #015F06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015F06 is #FEA0F9. Grayscale: #393939. Windows color (decimal): -16687354 or 417537. OLE color: 417537.
HSL color Cylindrical-coordinate representation of color #015F06: hue angle of 123.19º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F06 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 95 | 6 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.63 |
| HSL | 123.19º | 0.98% | 0.19% | - |
| HSV(B) | 123.19º | 0.99% | 0.37% | - |
| XYZ | 4.14 | 8.2 | 1.54 | - |
| YUV | 56.75 | 99.36 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 6 | 0.99 | 0 | 0.94 | 0.63 | 123.19 | 0.98 | 0.19 |
| Hex | 1 | 5F | 6 | 63 | 0 | 5E | 3F | 7B | 62 | 13 |
| Octal | 1 | 137 | 6 | 143 | 0 | 136 | 77 | 173 | 142 | 23 |
| Binary | 1 | 1011111 | 110 | 1100011 | 0 | 1011110 | 111111 | 1111011 | 1100010 | 10011 |
Color Harmonies of #015F06
Complementary color
Monochromatic Colors of #015F06
Black with #015F06
Text Example
Text Example
White with #015F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F06; }
p { color: rgb(1,95,6); }
H1.HeaderClassName
{
color: #015F06;
}
.AnyTagClassName
{
color: #015F06;
}
</style>
background-color css
<style>
a { background-color: #015F06; }
a { background-color: rgb(1,95,6); }
div.DivClassName
{
background-color: #015F06;
}
.BgClassName
{
background-color: #015F06;
}
</style>
border-color css
<style>
span { border-color: #015F06; }
span { border-color: rgb(1,95,6); }
td.TdClassName
{
border-color: #015F06;
}
.TagClassName
{
border-color: #015F06;
}
</style>