Shades of Forest Green #069022
Tints of Forest Green #069022
RGB
CMYK
RGB Variations
Color information
#069022 (or 0x069022) is known color: Forest Green. HEX triplet: 06, 90 and 22. RGB value is (6,144,34). Sum of RGB (Red+Green+Blue) = 6+144+34=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 144 (56.64% from 255 or 78.26% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 144 - color contains mainly: green. Hex color #069022 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069022 is #F96FDD. Grayscale: #5A5A5A. Windows color (decimal): -16347102 or 2265094. OLE color: 2265094.
HSL color Cylindrical-coordinate representation of color #069022: hue angle of 132.17º 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 #069022 is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 144 | 34 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.44 |
| HSL | 132.17º | 0.92% | 0.29% | - |
| HSV(B) | 132.17º | 0.96% | 0.56% | - |
| XYZ | 10.34 | 20.1 | 4.85 | - |
| YUV | 90.2 | 96.28 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 34 | 0.96 | 0 | 0.76 | 0.44 | 132.17 | 0.92 | 0.29 |
| Hex | 6 | 90 | 22 | 60 | 0 | 4C | 2C | 84 | 5C | 1D |
| Octal | 6 | 220 | 42 | 140 | 0 | 114 | 54 | 204 | 134 | 35 |
| Binary | 110 | 10010000 | 100010 | 1100000 | 0 | 1001100 | 101100 | 10000100 | 1011100 | 11101 |
Color Harmonies of #069022
Complementary color
Monochromatic Colors of #069022
Black with #069022
Text Example
Text Example
White with #069022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069022; }
p { color: rgb(6,144,34); }
H1.HeaderClassName
{
color: #069022;
}
.AnyTagClassName
{
color: #069022;
}
</style>
background-color css
<style>
a { background-color: #069022; }
a { background-color: rgb(6,144,34); }
div.DivClassName
{
background-color: #069022;
}
.BgClassName
{
background-color: #069022;
}
</style>
border-color css
<style>
span { border-color: #069022; }
span { border-color: rgb(6,144,34); }
td.TdClassName
{
border-color: #069022;
}
.TagClassName
{
border-color: #069022;
}
</style>