Shades of Forest Green #06821E
Tints of Forest Green #06821E
RGB
CMYK
RGB Variations
Color information
#06821E (or 0x06821E) is known color: Forest Green. HEX triplet: 06, 82 and 1E. RGB value is (6,130,30). Sum of RGB (Red+Green+Blue) = 6+130+30=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 130 (51.17% from 255 or 78.31% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 130 - color contains mainly: green. Hex color #06821E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06821E is #F97DE1. Grayscale: #515151. Windows color (decimal): -16350690 or 1999366. OLE color: 1999366.
HSL color Cylindrical-coordinate representation of color #06821E: hue angle of 131.61º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06821E is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 130 | 30 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.49 |
| HSL | 131.61º | 0.91% | 0.27% | - |
| HSV(B) | 131.61º | 0.95% | 0.51% | - |
| XYZ | 8.29 | 16.1 | 3.9 | - |
| YUV | 81.52 | 98.92 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 30 | 0.95 | 0 | 0.77 | 0.49 | 131.61 | 0.91 | 0.27 |
| Hex | 6 | 82 | 1E | 5F | 0 | 4D | 31 | 84 | 5B | 1B |
| Octal | 6 | 202 | 36 | 137 | 0 | 115 | 61 | 204 | 133 | 33 |
| Binary | 110 | 10000010 | 11110 | 1011111 | 0 | 1001101 | 110001 | 10000100 | 1011011 | 11011 |
Color Harmonies of #06821E
Complementary color
Monochromatic Colors of #06821E
Black with #06821E
Text Example
Text Example
White with #06821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06821E; }
p { color: rgb(6,130,30); }
H1.HeaderClassName
{
color: #06821E;
}
.AnyTagClassName
{
color: #06821E;
}
</style>
background-color css
<style>
a { background-color: #06821E; }
a { background-color: rgb(6,130,30); }
div.DivClassName
{
background-color: #06821E;
}
.BgClassName
{
background-color: #06821E;
}
</style>
border-color css
<style>
span { border-color: #06821E; }
span { border-color: rgb(6,130,30); }
td.TdClassName
{
border-color: #06821E;
}
.TagClassName
{
border-color: #06821E;
}
</style>