Shades of Green #015B06
Tints of Green #015B06
RGB
CMYK
RGB Variations
Color information
#015B06 (or 0x015B06) is known color: Green. HEX triplet: 01, 5B and 06. RGB value is (1,91,6). Sum of RGB (Red+Green+Blue) = 1+91+6=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 91 (35.94% from 255 or 92.86% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 91 - color contains mainly: green. Hex color #015B06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015B06 is #FEA4F9. Grayscale: #363636. Windows color (decimal): -16688378 or 416513. OLE color: 416513.
HSL color Cylindrical-coordinate representation of color #015B06: hue angle of 123.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B06 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 91 | 6 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.64 |
| HSL | 123.33º | 0.98% | 0.18% | - |
| HSV(B) | 123.33º | 0.99% | 0.36% | - |
| XYZ | 3.79 | 7.5 | 1.42 | - |
| YUV | 54.4 | 100.68 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 6 | 0.99 | 0 | 0.93 | 0.64 | 123.33 | 0.98 | 0.18 |
| Hex | 1 | 5B | 6 | 63 | 0 | 5D | 40 | 7B | 62 | 12 |
| Octal | 1 | 133 | 6 | 143 | 0 | 135 | 100 | 173 | 142 | 22 |
| Binary | 1 | 1011011 | 110 | 1100011 | 0 | 1011101 | 1000000 | 1111011 | 1100010 | 10010 |
Color Harmonies of #015B06
Complementary color
Monochromatic Colors of #015B06
Black with #015B06
Text Example
Text Example
White with #015B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B06; }
p { color: rgb(1,91,6); }
H1.HeaderClassName
{
color: #015B06;
}
.AnyTagClassName
{
color: #015B06;
}
</style>
background-color css
<style>
a { background-color: #015B06; }
a { background-color: rgb(1,91,6); }
div.DivClassName
{
background-color: #015B06;
}
.BgClassName
{
background-color: #015B06;
}
</style>
border-color css
<style>
span { border-color: #015B06; }
span { border-color: rgb(1,91,6); }
td.TdClassName
{
border-color: #015B06;
}
.TagClassName
{
border-color: #015B06;
}
</style>