Shades of Forest Green #078A1B
Tints of Forest Green #078A1B
RGB
CMYK
RGB Variations
Color information
#078A1B (or 0x078A1B) is known color: Forest Green. HEX triplet: 07, 8A and 1B. RGB value is (7,138,27). Sum of RGB (Red+Green+Blue) = 7+138+27=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 138 (54.30% from 255 or 80.23% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 138 - color contains mainly: green. Hex color #078A1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078A1B is #F875E4. Grayscale: #565656. Windows color (decimal): -16283109 or 1804807. OLE color: 1804807.
HSL color Cylindrical-coordinate representation of color #078A1B: hue angle of 129.16º 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 #078A1B is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 138 | 27 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.46 |
| HSL | 129.16º | 0.9% | 0.28% | - |
| HSV(B) | 129.16º | 0.95% | 0.54% | - |
| XYZ | 9.37 | 18.3 | 4.08 | - |
| YUV | 86.18 | 94.6 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 27 | 0.95 | 0 | 0.80 | 0.46 | 129.16 | 0.9 | 0.28 |
| Hex | 7 | 8A | 1B | 5F | 0 | 50 | 2E | 81 | 5A | 1C |
| Octal | 7 | 212 | 33 | 137 | 0 | 120 | 56 | 201 | 132 | 34 |
| Binary | 111 | 10001010 | 11011 | 1011111 | 0 | 1010000 | 101110 | 10000001 | 1011010 | 11100 |
Color Harmonies of #078A1B
Complementary color
Monochromatic Colors of #078A1B
Black with #078A1B
Text Example
Text Example
White with #078A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A1B; }
p { color: rgb(7,138,27); }
H1.HeaderClassName
{
color: #078A1B;
}
.AnyTagClassName
{
color: #078A1B;
}
</style>
background-color css
<style>
a { background-color: #078A1B; }
a { background-color: rgb(7,138,27); }
div.DivClassName
{
background-color: #078A1B;
}
.BgClassName
{
background-color: #078A1B;
}
</style>
border-color css
<style>
span { border-color: #078A1B; }
span { border-color: rgb(7,138,27); }
td.TdClassName
{
border-color: #078A1B;
}
.TagClassName
{
border-color: #078A1B;
}
</style>