Shades of Green #158705
Tints of Green #158705
RGB
CMYK
RGB Variations
Color information
#158705 (or 0x158705) is known color: Green. HEX triplet: 15, 87 and 05. RGB value is (21,135,5). Sum of RGB (Red+Green+Blue) = 21+135+5=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 135 (53.12% from 255 or 83.85% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 135 - color contains mainly: green. Hex color #158705 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #158705 is #EA78FA. Grayscale: #565656. Windows color (decimal): -15366395 or 362261. OLE color: 362261.
HSL color Cylindrical-coordinate representation of color #158705: hue angle of 112.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #158705 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 135 | 5 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.47 |
| HSL | 112.62º | 0.93% | 0.27% | - |
| HSV(B) | 112.62º | 0.96% | 0.53% | - |
| XYZ | 9 | 17.5 | 3.05 | - |
| YUV | 86.09 | 82.23 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 135 | 5 | 0.84 | 0 | 0.96 | 0.47 | 112.62 | 0.93 | 0.27 |
| Hex | 15 | 87 | 5 | 54 | 0 | 60 | 2F | 71 | 5D | 1B |
| Octal | 25 | 207 | 5 | 124 | 0 | 140 | 57 | 161 | 135 | 33 |
| Binary | 10101 | 10000111 | 101 | 1010100 | 0 | 1100000 | 101111 | 1110001 | 1011101 | 11011 |
Color Harmonies of #158705
Complementary color
Monochromatic Colors of #158705
Black with #158705
Text Example
Text Example
White with #158705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158705; }
p { color: rgb(21,135,5); }
H1.HeaderClassName
{
color: #158705;
}
.AnyTagClassName
{
color: #158705;
}
</style>
background-color css
<style>
a { background-color: #158705; }
a { background-color: rgb(21,135,5); }
div.DivClassName
{
background-color: #158705;
}
.BgClassName
{
background-color: #158705;
}
</style>
border-color css
<style>
span { border-color: #158705; }
span { border-color: rgb(21,135,5); }
td.TdClassName
{
border-color: #158705;
}
.TagClassName
{
border-color: #158705;
}
</style>