Shades of Forest Green #069A21
Tints of Forest Green #069A21
RGB
CMYK
RGB Variations
Color information
#069A21 (or 0x069A21) is known color: Forest Green. HEX triplet: 06, 9A and 21. RGB value is (6,154,33). Sum of RGB (Red+Green+Blue) = 6+154+33=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 154 (60.55% from 255 or 79.79% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 154 - color contains mainly: green. Hex color #069A21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069A21 is #F965DE. Grayscale: #606060. Windows color (decimal): -16344543 or 2202118. OLE color: 2202118.
HSL color Cylindrical-coordinate representation of color #069A21: hue angle of 130.95º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069A21 is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 154 | 33 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.40 |
| HSL | 130.95º | 0.93% | 0.31% | - |
| HSV(B) | 130.95º | 0.96% | 0.6% | - |
| XYZ | 11.91 | 23.26 | 5.3 | - |
| YUV | 95.95 | 92.47 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 33 | 0.96 | 0 | 0.79 | 0.40 | 130.95 | 0.93 | 0.31 |
| Hex | 6 | 9A | 21 | 60 | 0 | 4F | 28 | 83 | 5C | 1F |
| Octal | 6 | 232 | 41 | 140 | 0 | 117 | 50 | 203 | 134 | 37 |
| Binary | 110 | 10011010 | 100001 | 1100000 | 0 | 1001111 | 101000 | 10000011 | 1011100 | 11111 |
Color Harmonies of #069A21
Complementary color
Monochromatic Colors of #069A21
Black with #069A21
Text Example
Text Example
White with #069A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069A21; }
p { color: rgb(6,154,33); }
H1.HeaderClassName
{
color: #069A21;
}
.AnyTagClassName
{
color: #069A21;
}
</style>
background-color css
<style>
a { background-color: #069A21; }
a { background-color: rgb(6,154,33); }
div.DivClassName
{
background-color: #069A21;
}
.BgClassName
{
background-color: #069A21;
}
</style>
border-color css
<style>
span { border-color: #069A21; }
span { border-color: rgb(6,154,33); }
td.TdClassName
{
border-color: #069A21;
}
.TagClassName
{
border-color: #069A21;
}
</style>