Shades of Green #157D07
Tints of Green #157D07
RGB
CMYK
RGB Variations
Color information
#157D07 (or 0x157D07) is known color: Green. HEX triplet: 15, 7D and 07. RGB value is (21,125,7). Sum of RGB (Red+Green+Blue) = 21+125+7=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 125 (49.22% from 255 or 81.70% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 125 - color contains mainly: green. Hex color #157D07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157D07 is #EA82F8. Grayscale: #505050. Windows color (decimal): -15368953 or 490773. OLE color: 490773.
HSL color Cylindrical-coordinate representation of color #157D07: hue angle of 112.88º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #157D07 is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 125 | 7 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.51 |
| HSL | 112.88º | 0.89% | 0.26% | - |
| HSV(B) | 112.88º | 0.94% | 0.49% | - |
| XYZ | 7.68 | 14.84 | 2.66 | - |
| YUV | 80.45 | 86.54 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 7 | 0.83 | 0 | 0.94 | 0.51 | 112.88 | 0.89 | 0.26 |
| Hex | 15 | 7D | 7 | 53 | 0 | 5E | 33 | 71 | 59 | 1A |
| Octal | 25 | 175 | 7 | 123 | 0 | 136 | 63 | 161 | 131 | 32 |
| Binary | 10101 | 1111101 | 111 | 1010011 | 0 | 1011110 | 110011 | 1110001 | 1011001 | 11010 |
Color Harmonies of #157D07
Complementary color
Monochromatic Colors of #157D07
Black with #157D07
Text Example
Text Example
White with #157D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157D07; }
p { color: rgb(21,125,7); }
H1.HeaderClassName
{
color: #157D07;
}
.AnyTagClassName
{
color: #157D07;
}
</style>
background-color css
<style>
a { background-color: #157D07; }
a { background-color: rgb(21,125,7); }
div.DivClassName
{
background-color: #157D07;
}
.BgClassName
{
background-color: #157D07;
}
</style>
border-color css
<style>
span { border-color: #157D07; }
span { border-color: rgb(21,125,7); }
td.TdClassName
{
border-color: #157D07;
}
.TagClassName
{
border-color: #157D07;
}
</style>