Shades of Forest Green #06901F
Tints of Forest Green #06901F
RGB
CMYK
RGB Variations
Color information
#06901F (or 0x06901F) is known color: Forest Green. HEX triplet: 06, 90 and 1F. RGB value is (6,144,31). Sum of RGB (Red+Green+Blue) = 6+144+31=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 144 (56.64% from 255 or 79.56% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 144 - color contains mainly: green. Hex color #06901F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06901F is #F96FE0. Grayscale: #5A5A5A. Windows color (decimal): -16347105 or 2068486. OLE color: 2068486.
HSL color Cylindrical-coordinate representation of color #06901F: hue angle of 130.87º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06901F is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 144 | 31 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.44 |
| HSL | 130.87º | 0.92% | 0.29% | - |
| HSV(B) | 130.87º | 0.96% | 0.56% | - |
| XYZ | 10.3 | 20.08 | 4.63 | - |
| YUV | 89.86 | 94.78 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 31 | 0.96 | 0 | 0.78 | 0.44 | 130.87 | 0.92 | 0.29 |
| Hex | 6 | 90 | 1F | 60 | 0 | 4E | 2C | 83 | 5C | 1D |
| Octal | 6 | 220 | 37 | 140 | 0 | 116 | 54 | 203 | 134 | 35 |
| Binary | 110 | 10010000 | 11111 | 1100000 | 0 | 1001110 | 101100 | 10000011 | 1011100 | 11101 |
Color Harmonies of #06901F
Complementary color
Monochromatic Colors of #06901F
Black with #06901F
Text Example
Text Example
White with #06901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06901F; }
p { color: rgb(6,144,31); }
H1.HeaderClassName
{
color: #06901F;
}
.AnyTagClassName
{
color: #06901F;
}
</style>
background-color css
<style>
a { background-color: #06901F; }
a { background-color: rgb(6,144,31); }
div.DivClassName
{
background-color: #06901F;
}
.BgClassName
{
background-color: #06901F;
}
</style>
border-color css
<style>
span { border-color: #06901F; }
span { border-color: rgb(6,144,31); }
td.TdClassName
{
border-color: #06901F;
}
.TagClassName
{
border-color: #06901F;
}
</style>