Shades of Forest Green #10761E
Tints of Forest Green #10761E
RGB
CMYK
RGB Variations
Color information
#10761E (or 0x10761E) is known color: Forest Green. HEX triplet: 10, 76 and 1E. RGB value is (16,118,30). Sum of RGB (Red+Green+Blue) = 16+118+30=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 118 (46.48% from 255 or 71.95% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 118 - color contains mainly: green. Hex color #10761E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10761E is #EF89E1. Grayscale: #4D4D4D. Windows color (decimal): -15698402 or 1996304. OLE color: 1996304.
HSL color Cylindrical-coordinate representation of color #10761E: hue angle of 128.24º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10761E is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 118 | 30 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.54 |
| HSL | 128.24º | 0.76% | 0.26% | - |
| HSV(B) | 128.24º | 0.86% | 0.46% | - |
| XYZ | 6.93 | 13.16 | 3.4 | - |
| YUV | 77.47 | 101.21 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 30 | 0.86 | 0 | 0.75 | 0.54 | 128.24 | 0.76 | 0.26 |
| Hex | 10 | 76 | 1E | 56 | 0 | 4B | 36 | 80 | 4C | 1A |
| Octal | 20 | 166 | 36 | 126 | 0 | 113 | 66 | 200 | 114 | 32 |
| Binary | 10000 | 1110110 | 11110 | 1010110 | 0 | 1001011 | 110110 | 10000000 | 1001100 | 11010 |
Color Harmonies of #10761E
Complementary color
Monochromatic Colors of #10761E
Black with #10761E
Text Example
Text Example
White with #10761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10761E; }
p { color: rgb(16,118,30); }
H1.HeaderClassName
{
color: #10761E;
}
.AnyTagClassName
{
color: #10761E;
}
</style>
background-color css
<style>
a { background-color: #10761E; }
a { background-color: rgb(16,118,30); }
div.DivClassName
{
background-color: #10761E;
}
.BgClassName
{
background-color: #10761E;
}
</style>
border-color css
<style>
span { border-color: #10761E; }
span { border-color: rgb(16,118,30); }
td.TdClassName
{
border-color: #10761E;
}
.TagClassName
{
border-color: #10761E;
}
</style>