Shades of Green #015605
Tints of Green #015605
RGB
CMYK
RGB Variations
Color information
#015605 (or 0x015605) is known color: Green. HEX triplet: 01, 56 and 05. RGB value is (1,86,5). Sum of RGB (Red+Green+Blue) = 1+86+5=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 86 (33.98% from 255 or 93.48% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 86 - color contains mainly: green. Hex color #015605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015605 is #FEA9FA. Grayscale: #333333. Windows color (decimal): -16689659 or 349697. OLE color: 349697.
HSL color Cylindrical-coordinate representation of color #015605: hue angle of 122.82º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015605 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 86 | 5 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.66 |
| HSL | 122.82º | 0.98% | 0.17% | - |
| HSV(B) | 122.82º | 0.99% | 0.34% | - |
| XYZ | 3.37 | 6.67 | 1.25 | - |
| YUV | 51.35 | 101.84 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 5 | 0.99 | 0 | 0.94 | 0.66 | 122.82 | 0.98 | 0.17 |
| Hex | 1 | 56 | 5 | 63 | 0 | 5E | 42 | 7B | 62 | 11 |
| Octal | 1 | 126 | 5 | 143 | 0 | 136 | 102 | 173 | 142 | 21 |
| Binary | 1 | 1010110 | 101 | 1100011 | 0 | 1011110 | 1000010 | 1111011 | 1100010 | 10001 |
Color Harmonies of #015605
Complementary color
Monochromatic Colors of #015605
Black with #015605
Text Example
Text Example
White with #015605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015605; }
p { color: rgb(1,86,5); }
H1.HeaderClassName
{
color: #015605;
}
.AnyTagClassName
{
color: #015605;
}
</style>
background-color css
<style>
a { background-color: #015605; }
a { background-color: rgb(1,86,5); }
div.DivClassName
{
background-color: #015605;
}
.BgClassName
{
background-color: #015605;
}
</style>
border-color css
<style>
span { border-color: #015605; }
span { border-color: rgb(1,86,5); }
td.TdClassName
{
border-color: #015605;
}
.TagClassName
{
border-color: #015605;
}
</style>