Shades of Forest Green #10771E
Tints of Forest Green #10771E
RGB
CMYK
RGB Variations
Color information
#10771E (or 0x10771E) is known color: Forest Green. HEX triplet: 10, 77 and 1E. RGB value is (16,119,30). Sum of RGB (Red+Green+Blue) = 16+119+30=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 119 (46.88% from 255 or 72.12% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 119 - color contains mainly: green. Hex color #10771E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10771E is #EF88E1. Grayscale: #4E4E4E. Windows color (decimal): -15698146 or 1996560. OLE color: 1996560.
HSL color Cylindrical-coordinate representation of color #10771E: hue angle of 128.16º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10771E is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 119 | 30 | - |
| CMYK | 0.87 | 0 | 0.75 | 0.53 |
| HSL | 128.16º | 0.76% | 0.26% | - |
| HSV(B) | 128.16º | 0.87% | 0.47% | - |
| XYZ | 7.04 | 13.4 | 3.44 | - |
| YUV | 78.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 30 | 0.87 | 0 | 0.75 | 0.53 | 128.16 | 0.76 | 0.26 |
| Hex | 10 | 77 | 1E | 57 | 0 | 4B | 35 | 80 | 4C | 1A |
| Octal | 20 | 167 | 36 | 127 | 0 | 113 | 65 | 200 | 114 | 32 |
| Binary | 10000 | 1110111 | 11110 | 1010111 | 0 | 1001011 | 110101 | 10000000 | 1001100 | 11010 |
Color Harmonies of #10771E
Complementary color
Monochromatic Colors of #10771E
Black with #10771E
Text Example
Text Example
White with #10771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10771E; }
p { color: rgb(16,119,30); }
H1.HeaderClassName
{
color: #10771E;
}
.AnyTagClassName
{
color: #10771E;
}
</style>
background-color css
<style>
a { background-color: #10771E; }
a { background-color: rgb(16,119,30); }
div.DivClassName
{
background-color: #10771E;
}
.BgClassName
{
background-color: #10771E;
}
</style>
border-color css
<style>
span { border-color: #10771E; }
span { border-color: rgb(16,119,30); }
td.TdClassName
{
border-color: #10771E;
}
.TagClassName
{
border-color: #10771E;
}
</style>