Shades of Green #156800
Tints of Green #156800
RGB
CMYK
RGB Variations
Color information
#156800 (or 0x156800) is known color: Green. HEX triplet: 15, 68 and 00. RGB value is (21,104,0). Sum of RGB (Red+Green+Blue) = 21+104+0=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 104 (41.02% from 255 or 83.2% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 104 - color contains mainly: green. Hex color #156800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156800 is #EA97FF. Grayscale: #434343. Windows color (decimal): -15374336 or 26645. OLE color: 26645.
HSL color Cylindrical-coordinate representation of color #156800: hue angle of 107.88º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #156800 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 104 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0.59 |
| HSL | 107.88º | 1% | 0.2% | - |
| HSV(B) | 107.88º | 1% | 0.41% | - |
| XYZ | 5.26 | 10.06 | 1.66 | - |
| YUV | 67.33 | 90 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 0 | 0.80 | 0 | 1 | 0.59 | 107.88 | 1 | 0.2 |
| Hex | 15 | 68 | 0 | 50 | 0 | 64 | 3B | 6C | 64 | 14 |
| Octal | 25 | 150 | 0 | 120 | 0 | 144 | 73 | 154 | 144 | 24 |
| Binary | 10101 | 1101000 | 0 | 1010000 | 0 | 1100100 | 111011 | 1101100 | 1100100 | 10100 |
Color Harmonies of #156800
Complementary color
Monochromatic Colors of #156800
Black with #156800
Text Example
Text Example
White with #156800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156800; }
p { color: rgb(21,104,0); }
H1.HeaderClassName
{
color: #156800;
}
.AnyTagClassName
{
color: #156800;
}
</style>
background-color css
<style>
a { background-color: #156800; }
a { background-color: rgb(21,104,0); }
div.DivClassName
{
background-color: #156800;
}
.BgClassName
{
background-color: #156800;
}
</style>
border-color css
<style>
span { border-color: #156800; }
span { border-color: rgb(21,104,0); }
td.TdClassName
{
border-color: #156800;
}
.TagClassName
{
border-color: #156800;
}
</style>