Shades of Forest Green #07A124
Tints of Forest Green #07A124
RGB
CMYK
RGB Variations
Color information
#07A124 (or 0x07A124) is known color: Forest Green. HEX triplet: 07, A1 and 24. RGB value is (7,161,36). Sum of RGB (Red+Green+Blue) = 7+161+36=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 161 (63.28% from 255 or 78.92% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 161 - color contains mainly: green. Hex color #07A124 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A124 is #F85EDB. Grayscale: #656565. Windows color (decimal): -16277212 or 2400519. OLE color: 2400519.
HSL color Cylindrical-coordinate representation of color #07A124: hue angle of 131.3º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A124 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 161 | 36 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.37 |
| HSL | 131.3º | 0.92% | 0.33% | - |
| HSV(B) | 131.3º | 0.96% | 0.63% | - |
| XYZ | 13.15 | 25.66 | 5.93 | - |
| YUV | 100.7 | 91.48 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 161 | 36 | 0.96 | 0 | 0.78 | 0.37 | 131.3 | 0.92 | 0.33 |
| Hex | 7 | A1 | 24 | 60 | 0 | 4E | 25 | 83 | 5C | 21 |
| Octal | 7 | 241 | 44 | 140 | 0 | 116 | 45 | 203 | 134 | 41 |
| Binary | 111 | 10100001 | 100100 | 1100000 | 0 | 1001110 | 100101 | 10000011 | 1011100 | 100001 |
Color Harmonies of #07A124
Complementary color
Monochromatic Colors of #07A124
Black with #07A124
Text Example
Text Example
White with #07A124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A124; }
p { color: rgb(7,161,36); }
H1.HeaderClassName
{
color: #07A124;
}
.AnyTagClassName
{
color: #07A124;
}
</style>
background-color css
<style>
a { background-color: #07A124; }
a { background-color: rgb(7,161,36); }
div.DivClassName
{
background-color: #07A124;
}
.BgClassName
{
background-color: #07A124;
}
</style>
border-color css
<style>
span { border-color: #07A124; }
span { border-color: rgb(7,161,36); }
td.TdClassName
{
border-color: #07A124;
}
.TagClassName
{
border-color: #07A124;
}
</style>