Shades of Forest Green #09861F
Tints of Forest Green #09861F
RGB
CMYK
RGB Variations
Color information
#09861F (or 0x09861F) is known color: Forest Green. HEX triplet: 09, 86 and 1F. RGB value is (9,134,31). Sum of RGB (Red+Green+Blue) = 9+134+31=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 134 (52.73% from 255 or 77.01% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 134 - color contains mainly: green. Hex color #09861F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09861F is #F679E0. Grayscale: #555555. Windows color (decimal): -16153057 or 2065929. OLE color: 2065929.
HSL color Cylindrical-coordinate representation of color #09861F: hue angle of 130.56º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09861F is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 134 | 31 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.47 |
| HSL | 130.56º | 0.87% | 0.28% | - |
| HSV(B) | 130.56º | 0.93% | 0.53% | - |
| XYZ | 8.89 | 17.21 | 4.15 | - |
| YUV | 84.88 | 97.59 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 31 | 0.93 | 0 | 0.77 | 0.47 | 130.56 | 0.87 | 0.28 |
| Hex | 9 | 86 | 1F | 5D | 0 | 4D | 2F | 83 | 57 | 1C |
| Octal | 11 | 206 | 37 | 135 | 0 | 115 | 57 | 203 | 127 | 34 |
| Binary | 1001 | 10000110 | 11111 | 1011101 | 0 | 1001101 | 101111 | 10000011 | 1010111 | 11100 |
Color Harmonies of #09861F
Complementary color
Monochromatic Colors of #09861F
Black with #09861F
Text Example
Text Example
White with #09861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09861F; }
p { color: rgb(9,134,31); }
H1.HeaderClassName
{
color: #09861F;
}
.AnyTagClassName
{
color: #09861F;
}
</style>
background-color css
<style>
a { background-color: #09861F; }
a { background-color: rgb(9,134,31); }
div.DivClassName
{
background-color: #09861F;
}
.BgClassName
{
background-color: #09861F;
}
</style>
border-color css
<style>
span { border-color: #09861F; }
span { border-color: rgb(9,134,31); }
td.TdClassName
{
border-color: #09861F;
}
.TagClassName
{
border-color: #09861F;
}
</style>