Shades of Forest Green #078B1A
Tints of Forest Green #078B1A
RGB
CMYK
RGB Variations
Color information
#078B1A (or 0x078B1A) is known color: Forest Green. HEX triplet: 07, 8B and 1A. RGB value is (7,139,26). Sum of RGB (Red+Green+Blue) = 7+139+26=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 139 (54.69% from 255 or 80.81% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 139 - color contains mainly: green. Hex color #078B1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078B1A is #F874E5. Grayscale: #565656. Windows color (decimal): -16282854 or 1739527. OLE color: 1739527.
HSL color Cylindrical-coordinate representation of color #078B1A: hue angle of 128.64º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078B1A is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 139 | 26 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.45 |
| HSL | 128.64º | 0.9% | 0.29% | - |
| HSV(B) | 128.64º | 0.95% | 0.55% | - |
| XYZ | 9.51 | 18.58 | 4.06 | - |
| YUV | 86.65 | 93.77 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 26 | 0.95 | 0 | 0.81 | 0.45 | 128.64 | 0.9 | 0.29 |
| Hex | 7 | 8B | 1A | 5F | 0 | 51 | 2D | 81 | 5A | 1D |
| Octal | 7 | 213 | 32 | 137 | 0 | 121 | 55 | 201 | 132 | 35 |
| Binary | 111 | 10001011 | 11010 | 1011111 | 0 | 1010001 | 101101 | 10000001 | 1011010 | 11101 |
Color Harmonies of #078B1A
Complementary color
Monochromatic Colors of #078B1A
Black with #078B1A
Text Example
Text Example
White with #078B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078B1A; }
p { color: rgb(7,139,26); }
H1.HeaderClassName
{
color: #078B1A;
}
.AnyTagClassName
{
color: #078B1A;
}
</style>
background-color css
<style>
a { background-color: #078B1A; }
a { background-color: rgb(7,139,26); }
div.DivClassName
{
background-color: #078B1A;
}
.BgClassName
{
background-color: #078B1A;
}
</style>
border-color css
<style>
span { border-color: #078B1A; }
span { border-color: rgb(7,139,26); }
td.TdClassName
{
border-color: #078B1A;
}
.TagClassName
{
border-color: #078B1A;
}
</style>