Shades of Forest Green #078223
Tints of Forest Green #078223
RGB
CMYK
RGB Variations
Color information
#078223 (or 0x078223) is known color: Forest Green. HEX triplet: 07, 82 and 23. RGB value is (7,130,35). Sum of RGB (Red+Green+Blue) = 7+130+35=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 130 (51.17% from 255 or 75.58% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 130 - color contains mainly: green. Hex color #078223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078223 is #F87DDC. Grayscale: #525252. Windows color (decimal): -16285149 or 2327047. OLE color: 2327047.
HSL color Cylindrical-coordinate representation of color #078223: hue angle of 133.66º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078223 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 130 | 35 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.49 |
| HSL | 133.66º | 0.9% | 0.27% | - |
| HSV(B) | 133.66º | 0.95% | 0.51% | - |
| XYZ | 8.37 | 16.13 | 4.26 | - |
| YUV | 82.39 | 101.25 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 35 | 0.95 | 0 | 0.73 | 0.49 | 133.66 | 0.9 | 0.27 |
| Hex | 7 | 82 | 23 | 5F | 0 | 49 | 31 | 86 | 5A | 1B |
| Octal | 7 | 202 | 43 | 137 | 0 | 111 | 61 | 206 | 132 | 33 |
| Binary | 111 | 10000010 | 100011 | 1011111 | 0 | 1001001 | 110001 | 10000110 | 1011010 | 11011 |
Color Harmonies of #078223
Complementary color
Monochromatic Colors of #078223
Black with #078223
Text Example
Text Example
White with #078223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078223; }
p { color: rgb(7,130,35); }
H1.HeaderClassName
{
color: #078223;
}
.AnyTagClassName
{
color: #078223;
}
</style>
background-color css
<style>
a { background-color: #078223; }
a { background-color: rgb(7,130,35); }
div.DivClassName
{
background-color: #078223;
}
.BgClassName
{
background-color: #078223;
}
</style>
border-color css
<style>
span { border-color: #078223; }
span { border-color: rgb(7,130,35); }
td.TdClassName
{
border-color: #078223;
}
.TagClassName
{
border-color: #078223;
}
</style>