Shades of Green #157700
Tints of Green #157700
RGB
CMYK
RGB Variations
Color information
#157700 (or 0x157700) is known color: Green. HEX triplet: 15, 77 and 00. RGB value is (21,119,0). Sum of RGB (Red+Green+Blue) = 21+119+0=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 119 (46.88% from 255 or 85% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 119 - color contains mainly: green. Hex color #157700 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157700 is #EA88FF. Grayscale: #4C4C4C. Windows color (decimal): -15370496 or 30485. OLE color: 30485.
HSL color Cylindrical-coordinate representation of color #157700: hue angle of 109.41º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #157700 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 119 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.53 |
| HSL | 109.41º | 1% | 0.23% | - |
| HSV(B) | 109.41º | 1% | 0.47% | - |
| XYZ | 6.91 | 13.35 | 2.21 | - |
| YUV | 76.13 | 85.03 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 119 | 0 | 0.82 | 0 | 1 | 0.53 | 109.41 | 1 | 0.23 |
| Hex | 15 | 77 | 0 | 52 | 0 | 64 | 35 | 6D | 64 | 17 |
| Octal | 25 | 167 | 0 | 122 | 0 | 144 | 65 | 155 | 144 | 27 |
| Binary | 10101 | 1110111 | 0 | 1010010 | 0 | 1100100 | 110101 | 1101101 | 1100100 | 10111 |
Color Harmonies of #157700
Complementary color
Monochromatic Colors of #157700
Black with #157700
Text Example
Text Example
White with #157700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157700; }
p { color: rgb(21,119,0); }
H1.HeaderClassName
{
color: #157700;
}
.AnyTagClassName
{
color: #157700;
}
</style>
background-color css
<style>
a { background-color: #157700; }
a { background-color: rgb(21,119,0); }
div.DivClassName
{
background-color: #157700;
}
.BgClassName
{
background-color: #157700;
}
</style>
border-color css
<style>
span { border-color: #157700; }
span { border-color: rgb(21,119,0); }
td.TdClassName
{
border-color: #157700;
}
.TagClassName
{
border-color: #157700;
}
</style>