Shades of Forest Green #078A1D
Tints of Forest Green #078A1D
RGB
CMYK
RGB Variations
Color information
#078A1D (or 0x078A1D) is known color: Forest Green. HEX triplet: 07, 8A and 1D. RGB value is (7,138,29). Sum of RGB (Red+Green+Blue) = 7+138+29=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 138 (54.30% from 255 or 79.31% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 138 - color contains mainly: green. Hex color #078A1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078A1D is #F875E2. Grayscale: #565656. Windows color (decimal): -16283107 or 1935879. OLE color: 1935879.
HSL color Cylindrical-coordinate representation of color #078A1D: hue angle of 130.08º 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 #078A1D is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 138 | 29 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.46 |
| HSL | 130.08º | 0.9% | 0.28% | - |
| HSV(B) | 130.08º | 0.95% | 0.54% | - |
| XYZ | 9.4 | 18.31 | 4.2 | - |
| YUV | 86.41 | 95.6 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 29 | 0.95 | 0 | 0.79 | 0.46 | 130.08 | 0.9 | 0.28 |
| Hex | 7 | 8A | 1D | 5F | 0 | 4F | 2E | 82 | 5A | 1C |
| Octal | 7 | 212 | 35 | 137 | 0 | 117 | 56 | 202 | 132 | 34 |
| Binary | 111 | 10001010 | 11101 | 1011111 | 0 | 1001111 | 101110 | 10000010 | 1011010 | 11100 |
Color Harmonies of #078A1D
Complementary color
Monochromatic Colors of #078A1D
Black with #078A1D
Text Example
Text Example
White with #078A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A1D; }
p { color: rgb(7,138,29); }
H1.HeaderClassName
{
color: #078A1D;
}
.AnyTagClassName
{
color: #078A1D;
}
</style>
background-color css
<style>
a { background-color: #078A1D; }
a { background-color: rgb(7,138,29); }
div.DivClassName
{
background-color: #078A1D;
}
.BgClassName
{
background-color: #078A1D;
}
</style>
border-color css
<style>
span { border-color: #078A1D; }
span { border-color: rgb(7,138,29); }
td.TdClassName
{
border-color: #078A1D;
}
.TagClassName
{
border-color: #078A1D;
}
</style>