Shades of Green #157207
Tints of Green #157207
RGB
CMYK
RGB Variations
Color information
#157207 (or 0x157207) is known color: Green. HEX triplet: 15, 72 and 07. RGB value is (21,114,7). Sum of RGB (Red+Green+Blue) = 21+114+7=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 114 (44.92% from 255 or 80.28% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 114 - color contains mainly: green. Hex color #157207 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157207 is #EA8DF8. Grayscale: #4A4A4A. Windows color (decimal): -15371769 or 487957. OLE color: 487957.
HSL color Cylindrical-coordinate representation of color #157207: hue angle of 112.15º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #157207 is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 114 | 7 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.55 |
| HSL | 112.15º | 0.88% | 0.24% | - |
| HSV(B) | 112.15º | 0.94% | 0.45% | - |
| XYZ | 6.36 | 12.21 | 2.22 | - |
| YUV | 74 | 90.19 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 7 | 0.82 | 0 | 0.94 | 0.55 | 112.15 | 0.88 | 0.24 |
| Hex | 15 | 72 | 7 | 52 | 0 | 5E | 37 | 70 | 58 | 18 |
| Octal | 25 | 162 | 7 | 122 | 0 | 136 | 67 | 160 | 130 | 30 |
| Binary | 10101 | 1110010 | 111 | 1010010 | 0 | 1011110 | 110111 | 1110000 | 1011000 | 11000 |
Color Harmonies of #157207
Complementary color
Monochromatic Colors of #157207
Black with #157207
Text Example
Text Example
White with #157207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157207; }
p { color: rgb(21,114,7); }
H1.HeaderClassName
{
color: #157207;
}
.AnyTagClassName
{
color: #157207;
}
</style>
background-color css
<style>
a { background-color: #157207; }
a { background-color: rgb(21,114,7); }
div.DivClassName
{
background-color: #157207;
}
.BgClassName
{
background-color: #157207;
}
</style>
border-color css
<style>
span { border-color: #157207; }
span { border-color: rgb(21,114,7); }
td.TdClassName
{
border-color: #157207;
}
.TagClassName
{
border-color: #157207;
}
</style>