Shades of Forest Green #078C1C
Tints of Forest Green #078C1C
RGB
CMYK
RGB Variations
Color information
#078C1C (or 0x078C1C) is known color: Forest Green. HEX triplet: 07, 8C and 1C. RGB value is (7,140,28). Sum of RGB (Red+Green+Blue) = 7+140+28=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 140 (55.08% from 255 or 80% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 140 - color contains mainly: green. Hex color #078C1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078C1C is #F873E3. Grayscale: #575757. Windows color (decimal): -16282596 or 1870855. OLE color: 1870855.
HSL color Cylindrical-coordinate representation of color #078C1C: hue angle of 129.47º 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 #078C1C is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 140 | 28 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.45 |
| HSL | 129.47º | 0.9% | 0.29% | - |
| HSV(B) | 129.47º | 0.95% | 0.55% | - |
| XYZ | 9.68 | 18.89 | 4.23 | - |
| YUV | 87.47 | 94.44 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 28 | 0.95 | 0 | 0.80 | 0.45 | 129.47 | 0.9 | 0.29 |
| Hex | 7 | 8C | 1C | 5F | 0 | 50 | 2D | 81 | 5A | 1D |
| Octal | 7 | 214 | 34 | 137 | 0 | 120 | 55 | 201 | 132 | 35 |
| Binary | 111 | 10001100 | 11100 | 1011111 | 0 | 1010000 | 101101 | 10000001 | 1011010 | 11101 |
Color Harmonies of #078C1C
Complementary color
Monochromatic Colors of #078C1C
Black with #078C1C
Text Example
Text Example
White with #078C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078C1C; }
p { color: rgb(7,140,28); }
H1.HeaderClassName
{
color: #078C1C;
}
.AnyTagClassName
{
color: #078C1C;
}
</style>
background-color css
<style>
a { background-color: #078C1C; }
a { background-color: rgb(7,140,28); }
div.DivClassName
{
background-color: #078C1C;
}
.BgClassName
{
background-color: #078C1C;
}
</style>
border-color css
<style>
span { border-color: #078C1C; }
span { border-color: rgb(7,140,28); }
td.TdClassName
{
border-color: #078C1C;
}
.TagClassName
{
border-color: #078C1C;
}
</style>