Shades of Forest Green #10771D
Tints of Forest Green #10771D
RGB
CMYK
RGB Variations
Color information
#10771D (or 0x10771D) is known color: Forest Green. HEX triplet: 10, 77 and 1D. RGB value is (16,119,29). Sum of RGB (Red+Green+Blue) = 16+119+29=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 119 (46.88% from 255 or 72.56% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 119 - color contains mainly: green. Hex color #10771D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10771D is #EF88E2. Grayscale: #4E4E4E. Windows color (decimal): -15698147 or 1931024. OLE color: 1931024.
HSL color Cylindrical-coordinate representation of color #10771D: hue angle of 127.57º 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 #10771D is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 119 | 29 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.53 |
| HSL | 127.57º | 0.76% | 0.26% | - |
| HSV(B) | 127.57º | 0.87% | 0.47% | - |
| XYZ | 7.03 | 13.39 | 3.38 | - |
| YUV | 77.94 | 100.38 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 29 | 0.87 | 0 | 0.76 | 0.53 | 127.57 | 0.76 | 0.26 |
| Hex | 10 | 77 | 1D | 57 | 0 | 4C | 35 | 80 | 4C | 1A |
| Octal | 20 | 167 | 35 | 127 | 0 | 114 | 65 | 200 | 114 | 32 |
| Binary | 10000 | 1110111 | 11101 | 1010111 | 0 | 1001100 | 110101 | 10000000 | 1001100 | 11010 |
Color Harmonies of #10771D
Complementary color
Monochromatic Colors of #10771D
Black with #10771D
Text Example
Text Example
White with #10771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10771D; }
p { color: rgb(16,119,29); }
H1.HeaderClassName
{
color: #10771D;
}
.AnyTagClassName
{
color: #10771D;
}
</style>
background-color css
<style>
a { background-color: #10771D; }
a { background-color: rgb(16,119,29); }
div.DivClassName
{
background-color: #10771D;
}
.BgClassName
{
background-color: #10771D;
}
</style>
border-color css
<style>
span { border-color: #10771D; }
span { border-color: rgb(16,119,29); }
td.TdClassName
{
border-color: #10771D;
}
.TagClassName
{
border-color: #10771D;
}
</style>