Shades of Green #157011
Tints of Green #157011
RGB
CMYK
RGB Variations
Color information
#157011 (or 0x157011) is known color: Green. HEX triplet: 15, 70 and 11. RGB value is (21,112,17). Sum of RGB (Red+Green+Blue) = 21+112+17=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 112 (44.14% from 255 or 74.67% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 112 - color contains mainly: green. Hex color #157011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157011 is #EA8FEE. Grayscale: #4A4A4A. Windows color (decimal): -15372271 or 1142805. OLE color: 1142805.
HSL color Cylindrical-coordinate representation of color #157011: hue angle of 117.47º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #157011 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 112 | 17 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.56 |
| HSL | 117.47º | 0.74% | 0.25% | - |
| HSV(B) | 117.47º | 0.85% | 0.44% | - |
| XYZ | 6.2 | 11.79 | 2.48 | - |
| YUV | 73.96 | 95.85 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 17 | 0.81 | 0 | 0.85 | 0.56 | 117.47 | 0.74 | 0.25 |
| Hex | 15 | 70 | 11 | 51 | 0 | 55 | 38 | 75 | 4A | 19 |
| Octal | 25 | 160 | 21 | 121 | 0 | 125 | 70 | 165 | 112 | 31 |
| Binary | 10101 | 1110000 | 10001 | 1010001 | 0 | 1010101 | 111000 | 1110101 | 1001010 | 11001 |
Color Harmonies of #157011
Complementary color
Monochromatic Colors of #157011
Black with #157011
Text Example
Text Example
White with #157011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157011; }
p { color: rgb(21,112,17); }
H1.HeaderClassName
{
color: #157011;
}
.AnyTagClassName
{
color: #157011;
}
</style>
background-color css
<style>
a { background-color: #157011; }
a { background-color: rgb(21,112,17); }
div.DivClassName
{
background-color: #157011;
}
.BgClassName
{
background-color: #157011;
}
</style>
border-color css
<style>
span { border-color: #157011; }
span { border-color: rgb(21,112,17); }
td.TdClassName
{
border-color: #157011;
}
.TagClassName
{
border-color: #157011;
}
</style>