Shades of Forest Green #078A2A
Tints of Forest Green #078A2A
RGB
CMYK
RGB Variations
Color information
#078A2A (or 0x078A2A) is known color: Forest Green. HEX triplet: 07, 8A and 2A. RGB value is (7,138,42). Sum of RGB (Red+Green+Blue) = 7+138+42=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 138 (54.30% from 255 or 73.80% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 138 - color contains mainly: green. Hex color #078A2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078A2A is #F875D5. Grayscale: #585858. Windows color (decimal): -16283094 or 2787847. OLE color: 2787847.
HSL color Cylindrical-coordinate representation of color #078A2A: hue angle of 136.03º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078A2A is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 138 | 42 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.46 |
| HSL | 136.03º | 0.9% | 0.28% | - |
| HSV(B) | 136.03º | 0.95% | 0.54% | - |
| XYZ | 9.59 | 18.39 | 5.23 | - |
| YUV | 87.89 | 102.1 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 42 | 0.95 | 0 | 0.70 | 0.46 | 136.03 | 0.9 | 0.28 |
| Hex | 7 | 8A | 2A | 5F | 0 | 46 | 2E | 88 | 5A | 1C |
| Octal | 7 | 212 | 52 | 137 | 0 | 106 | 56 | 210 | 132 | 34 |
| Binary | 111 | 10001010 | 101010 | 1011111 | 0 | 1000110 | 101110 | 10001000 | 1011010 | 11100 |
Color Harmonies of #078A2A
Complementary color
Monochromatic Colors of #078A2A
Black with #078A2A
Text Example
Text Example
White with #078A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A2A; }
p { color: rgb(7,138,42); }
H1.HeaderClassName
{
color: #078A2A;
}
.AnyTagClassName
{
color: #078A2A;
}
</style>
background-color css
<style>
a { background-color: #078A2A; }
a { background-color: rgb(7,138,42); }
div.DivClassName
{
background-color: #078A2A;
}
.BgClassName
{
background-color: #078A2A;
}
</style>
border-color css
<style>
span { border-color: #078A2A; }
span { border-color: rgb(7,138,42); }
td.TdClassName
{
border-color: #078A2A;
}
.TagClassName
{
border-color: #078A2A;
}
</style>