Shades of Forest Green #10771B
Tints of Forest Green #10771B
RGB
CMYK
RGB Variations
Color information
#10771B (or 0x10771B) is known color: Forest Green. HEX triplet: 10, 77 and 1B. RGB value is (16,119,27). Sum of RGB (Red+Green+Blue) = 16+119+27=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 119 (46.88% from 255 or 73.46% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 119 - color contains mainly: green. Hex color #10771B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10771B is #EF88E4. Grayscale: #4D4D4D. Windows color (decimal): -15698149 or 1799952. OLE color: 1799952.
HSL color Cylindrical-coordinate representation of color #10771B: hue angle of 126.41º 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 #10771B is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 119 | 27 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.53 |
| HSL | 126.41º | 0.76% | 0.26% | - |
| HSV(B) | 126.41º | 0.87% | 0.47% | - |
| XYZ | 7.01 | 13.38 | 3.25 | - |
| YUV | 77.72 | 99.38 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 27 | 0.87 | 0 | 0.77 | 0.53 | 126.41 | 0.76 | 0.26 |
| Hex | 10 | 77 | 1B | 57 | 0 | 4D | 35 | 7E | 4C | 1A |
| Octal | 20 | 167 | 33 | 127 | 0 | 115 | 65 | 176 | 114 | 32 |
| Binary | 10000 | 1110111 | 11011 | 1010111 | 0 | 1001101 | 110101 | 1111110 | 1001100 | 11010 |
Color Harmonies of #10771B
Complementary color
Monochromatic Colors of #10771B
Black with #10771B
Text Example
Text Example
White with #10771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10771B; }
p { color: rgb(16,119,27); }
H1.HeaderClassName
{
color: #10771B;
}
.AnyTagClassName
{
color: #10771B;
}
</style>
background-color css
<style>
a { background-color: #10771B; }
a { background-color: rgb(16,119,27); }
div.DivClassName
{
background-color: #10771B;
}
.BgClassName
{
background-color: #10771B;
}
</style>
border-color css
<style>
span { border-color: #10771B; }
span { border-color: rgb(16,119,27); }
td.TdClassName
{
border-color: #10771B;
}
.TagClassName
{
border-color: #10771B;
}
</style>