Shades of Green #015706
Tints of Green #015706
RGB
CMYK
RGB Variations
Color information
#015706 (or 0x015706) is known color: Green. HEX triplet: 01, 57 and 06. RGB value is (1,87,6). Sum of RGB (Red+Green+Blue) = 1+87+6=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 87 (34.38% from 255 or 92.55% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 87 - color contains mainly: green. Hex color #015706 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015706 is #FEA8F9. Grayscale: #343434. Windows color (decimal): -16689402 or 415489. OLE color: 415489.
HSL color Cylindrical-coordinate representation of color #015706: hue angle of 123.49º 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 #015706 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 87 | 6 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.66 |
| HSL | 123.49º | 0.98% | 0.17% | - |
| HSV(B) | 123.49º | 0.99% | 0.34% | - |
| XYZ | 3.45 | 6.84 | 1.31 | - |
| YUV | 52.05 | 102.01 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 87 | 6 | 0.99 | 0 | 0.93 | 0.66 | 123.49 | 0.98 | 0.17 |
| Hex | 1 | 57 | 6 | 63 | 0 | 5D | 42 | 7B | 62 | 11 |
| Octal | 1 | 127 | 6 | 143 | 0 | 135 | 102 | 173 | 142 | 21 |
| Binary | 1 | 1010111 | 110 | 1100011 | 0 | 1011101 | 1000010 | 1111011 | 1100010 | 10001 |
Color Harmonies of #015706
Complementary color
Monochromatic Colors of #015706
Black with #015706
Text Example
Text Example
White with #015706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015706; }
p { color: rgb(1,87,6); }
H1.HeaderClassName
{
color: #015706;
}
.AnyTagClassName
{
color: #015706;
}
</style>
background-color css
<style>
a { background-color: #015706; }
a { background-color: rgb(1,87,6); }
div.DivClassName
{
background-color: #015706;
}
.BgClassName
{
background-color: #015706;
}
</style>
border-color css
<style>
span { border-color: #015706; }
span { border-color: rgb(1,87,6); }
td.TdClassName
{
border-color: #015706;
}
.TagClassName
{
border-color: #015706;
}
</style>