Shades of Forest Green #068F20
Tints of Forest Green #068F20
RGB
CMYK
RGB Variations
Color information
#068F20 (or 0x068F20) is known color: Forest Green. HEX triplet: 06, 8F and 20. RGB value is (6,143,32). Sum of RGB (Red+Green+Blue) = 6+143+32=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 143 (56.25% from 255 or 79.01% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 143 - color contains mainly: green. Hex color #068F20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068F20 is #F970DF. Grayscale: #595959. Windows color (decimal): -16347360 or 2133766. OLE color: 2133766.
HSL color Cylindrical-coordinate representation of color #068F20: hue angle of 131.39º 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 #068F20 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 143 | 32 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.44 |
| HSL | 131.39º | 0.92% | 0.29% | - |
| HSV(B) | 131.39º | 0.96% | 0.56% | - |
| XYZ | 10.16 | 19.79 | 4.65 | - |
| YUV | 89.38 | 95.61 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 32 | 0.96 | 0 | 0.78 | 0.44 | 131.39 | 0.92 | 0.29 |
| Hex | 6 | 8F | 20 | 60 | 0 | 4E | 2C | 83 | 5C | 1D |
| Octal | 6 | 217 | 40 | 140 | 0 | 116 | 54 | 203 | 134 | 35 |
| Binary | 110 | 10001111 | 100000 | 1100000 | 0 | 1001110 | 101100 | 10000011 | 1011100 | 11101 |
Color Harmonies of #068F20
Complementary color
Monochromatic Colors of #068F20
Black with #068F20
Text Example
Text Example
White with #068F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068F20; }
p { color: rgb(6,143,32); }
H1.HeaderClassName
{
color: #068F20;
}
.AnyTagClassName
{
color: #068F20;
}
</style>
background-color css
<style>
a { background-color: #068F20; }
a { background-color: rgb(6,143,32); }
div.DivClassName
{
background-color: #068F20;
}
.BgClassName
{
background-color: #068F20;
}
</style>
border-color css
<style>
span { border-color: #068F20; }
span { border-color: rgb(6,143,32); }
td.TdClassName
{
border-color: #068F20;
}
.TagClassName
{
border-color: #068F20;
}
</style>