Shades of Forest Green #069A25
Tints of Forest Green #069A25
RGB
CMYK
RGB Variations
Color information
#069A25 (or 0x069A25) is known color: Forest Green. HEX triplet: 06, 9A and 25. RGB value is (6,154,37). Sum of RGB (Red+Green+Blue) = 6+154+37=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 154 (60.55% from 255 or 78.17% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 154 - color contains mainly: green. Hex color #069A25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #069A25 is #F965DA. Grayscale: #606060. Windows color (decimal): -16344539 or 2464262. OLE color: 2464262.
HSL color Cylindrical-coordinate representation of color #069A25: hue angle of 132.57º 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 #069A25 is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 6 | 154 | 37 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.40 |
| HSL | 132.57º | 0.93% | 0.31% | - |
| HSV(B) | 132.57º | 0.96% | 0.6% | - |
| XYZ | 11.96 | 23.28 | 5.61 | - |
| YUV | 96.41 | 94.47 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 37 | 0.96 | 0 | 0.76 | 0.40 | 132.57 | 0.93 | 0.31 |
| Hex | 6 | 9A | 25 | 60 | 0 | 4C | 28 | 85 | 5C | 1F |
| Octal | 6 | 232 | 45 | 140 | 0 | 114 | 50 | 205 | 134 | 37 |
| Binary | 110 | 10011010 | 100101 | 1100000 | 0 | 1001100 | 101000 | 10000101 | 1011100 | 11111 |
Color Harmonies of #069A25
Complementary color
Monochromatic Colors of #069A25
Black with #069A25
Text Example
Text Example
White with #069A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069A25; }
p { color: rgb(6,154,37); }
H1.HeaderClassName
{
color: #069A25;
}
.AnyTagClassName
{
color: #069A25;
}
</style>
background-color css
<style>
a { background-color: #069A25; }
a { background-color: rgb(6,154,37); }
div.DivClassName
{
background-color: #069A25;
}
.BgClassName
{
background-color: #069A25;
}
</style>
border-color css
<style>
span { border-color: #069A25; }
span { border-color: rgb(6,154,37); }
td.TdClassName
{
border-color: #069A25;
}
.TagClassName
{
border-color: #069A25;
}
</style>