Shades of Green #157107
Tints of Green #157107
RGB
CMYK
RGB Variations
Color information
#157107 (or 0x157107) is known color: Green. HEX triplet: 15, 71 and 07. RGB value is (21,113,7). Sum of RGB (Red+Green+Blue) = 21+113+7=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 113 (44.53% from 255 or 80.14% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 113 - color contains mainly: green. Hex color #157107 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157107 is #EA8EF8. Grayscale: #494949. Windows color (decimal): -15372025 or 487701. OLE color: 487701.
HSL color Cylindrical-coordinate representation of color #157107: hue angle of 112.08º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #157107 is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 113 | 7 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.56 |
| HSL | 112.08º | 0.88% | 0.24% | - |
| HSV(B) | 112.08º | 0.94% | 0.44% | - |
| XYZ | 6.25 | 11.99 | 2.18 | - |
| YUV | 73.41 | 90.52 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 113 | 7 | 0.81 | 0 | 0.94 | 0.56 | 112.08 | 0.88 | 0.24 |
| Hex | 15 | 71 | 7 | 51 | 0 | 5E | 38 | 70 | 58 | 18 |
| Octal | 25 | 161 | 7 | 121 | 0 | 136 | 70 | 160 | 130 | 30 |
| Binary | 10101 | 1110001 | 111 | 1010001 | 0 | 1011110 | 111000 | 1110000 | 1011000 | 11000 |
Color Harmonies of #157107
Complementary color
Monochromatic Colors of #157107
Black with #157107
Text Example
Text Example
White with #157107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157107; }
p { color: rgb(21,113,7); }
H1.HeaderClassName
{
color: #157107;
}
.AnyTagClassName
{
color: #157107;
}
</style>
background-color css
<style>
a { background-color: #157107; }
a { background-color: rgb(21,113,7); }
div.DivClassName
{
background-color: #157107;
}
.BgClassName
{
background-color: #157107;
}
</style>
border-color css
<style>
span { border-color: #157107; }
span { border-color: rgb(21,113,7); }
td.TdClassName
{
border-color: #157107;
}
.TagClassName
{
border-color: #157107;
}
</style>