Shades of Forest Green #068E20
Tints of Forest Green #068E20
RGB
CMYK
RGB Variations
Color information
#068E20 (or 0x068E20) is known color: Forest Green. HEX triplet: 06, 8E and 20. RGB value is (6,142,32). Sum of RGB (Red+Green+Blue) = 6+142+32=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 142 (55.86% from 255 or 78.89% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 142 - color contains mainly: green. Hex color #068E20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068E20 is #F971DF. Grayscale: #595959. Windows color (decimal): -16347616 or 2133510. OLE color: 2133510.
HSL color Cylindrical-coordinate representation of color #068E20: hue angle of 131.47º 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 #068E20 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 142 | 32 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.44 |
| HSL | 131.47º | 0.92% | 0.29% | - |
| HSV(B) | 131.47º | 0.96% | 0.56% | - |
| XYZ | 10.01 | 19.49 | 4.6 | - |
| YUV | 88.8 | 95.94 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 32 | 0.96 | 0 | 0.77 | 0.44 | 131.47 | 0.92 | 0.29 |
| Hex | 6 | 8E | 20 | 60 | 0 | 4D | 2C | 83 | 5C | 1D |
| Octal | 6 | 216 | 40 | 140 | 0 | 115 | 54 | 203 | 134 | 35 |
| Binary | 110 | 10001110 | 100000 | 1100000 | 0 | 1001101 | 101100 | 10000011 | 1011100 | 11101 |
Color Harmonies of #068E20
Complementary color
Monochromatic Colors of #068E20
Black with #068E20
Text Example
Text Example
White with #068E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068E20; }
p { color: rgb(6,142,32); }
H1.HeaderClassName
{
color: #068E20;
}
.AnyTagClassName
{
color: #068E20;
}
</style>
background-color css
<style>
a { background-color: #068E20; }
a { background-color: rgb(6,142,32); }
div.DivClassName
{
background-color: #068E20;
}
.BgClassName
{
background-color: #068E20;
}
</style>
border-color css
<style>
span { border-color: #068E20; }
span { border-color: rgb(6,142,32); }
td.TdClassName
{
border-color: #068E20;
}
.TagClassName
{
border-color: #068E20;
}
</style>