Shades of Forest Green #068E2A
Tints of Forest Green #068E2A
RGB
CMYK
RGB Variations
Color information
#068E2A (or 0x068E2A) is known color: Forest Green. HEX triplet: 06, 8E and 2A. RGB value is (6,142,42). Sum of RGB (Red+Green+Blue) = 6+142+42=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 142 (55.86% from 255 or 74.74% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 142 - color contains mainly: green. Hex color #068E2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068E2A is #F971D5. Grayscale: #5A5A5A. Windows color (decimal): -16347606 or 2788870. OLE color: 2788870.
HSL color Cylindrical-coordinate representation of color #068E2A: hue angle of 135.88º 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 #068E2A is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 142 | 42 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.44 |
| HSL | 135.88º | 0.92% | 0.29% | - |
| HSV(B) | 135.88º | 0.96% | 0.56% | - |
| XYZ | 10.17 | 19.55 | 5.43 | - |
| YUV | 89.94 | 100.94 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 42 | 0.96 | 0 | 0.70 | 0.44 | 135.88 | 0.92 | 0.29 |
| Hex | 6 | 8E | 2A | 60 | 0 | 46 | 2C | 88 | 5C | 1D |
| Octal | 6 | 216 | 52 | 140 | 0 | 106 | 54 | 210 | 134 | 35 |
| Binary | 110 | 10001110 | 101010 | 1100000 | 0 | 1000110 | 101100 | 10001000 | 1011100 | 11101 |
Color Harmonies of #068E2A
Complementary color
Monochromatic Colors of #068E2A
Black with #068E2A
Text Example
Text Example
White with #068E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068E2A; }
p { color: rgb(6,142,42); }
H1.HeaderClassName
{
color: #068E2A;
}
.AnyTagClassName
{
color: #068E2A;
}
</style>
background-color css
<style>
a { background-color: #068E2A; }
a { background-color: rgb(6,142,42); }
div.DivClassName
{
background-color: #068E2A;
}
.BgClassName
{
background-color: #068E2A;
}
</style>
border-color css
<style>
span { border-color: #068E2A; }
span { border-color: rgb(6,142,42); }
td.TdClassName
{
border-color: #068E2A;
}
.TagClassName
{
border-color: #068E2A;
}
</style>