Shades of Forest Green #078523
Tints of Forest Green #078523
RGB
CMYK
RGB Variations
Color information
#078523 (or 0x078523) is known color: Forest Green. HEX triplet: 07, 85 and 23. RGB value is (7,133,35). Sum of RGB (Red+Green+Blue) = 7+133+35=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 133 (52.34% from 255 or 76% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 133 - color contains mainly: green. Hex color #078523 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078523 is #F87ADC. Grayscale: #545454. Windows color (decimal): -16284381 or 2327815. OLE color: 2327815.
HSL color Cylindrical-coordinate representation of color #078523: hue angle of 133.33º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078523 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 35 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.48 |
| HSL | 133.33º | 0.9% | 0.27% | - |
| HSV(B) | 133.33º | 0.95% | 0.52% | - |
| XYZ | 8.78 | 16.94 | 4.4 | - |
| YUV | 84.15 | 100.26 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 35 | 0.95 | 0 | 0.74 | 0.48 | 133.33 | 0.9 | 0.27 |
| Hex | 7 | 85 | 23 | 5F | 0 | 4A | 30 | 85 | 5A | 1B |
| Octal | 7 | 205 | 43 | 137 | 0 | 112 | 60 | 205 | 132 | 33 |
| Binary | 111 | 10000101 | 100011 | 1011111 | 0 | 1001010 | 110000 | 10000101 | 1011010 | 11011 |
Color Harmonies of #078523
Complementary color
Monochromatic Colors of #078523
Black with #078523
Text Example
Text Example
White with #078523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078523; }
p { color: rgb(7,133,35); }
H1.HeaderClassName
{
color: #078523;
}
.AnyTagClassName
{
color: #078523;
}
</style>
background-color css
<style>
a { background-color: #078523; }
a { background-color: rgb(7,133,35); }
div.DivClassName
{
background-color: #078523;
}
.BgClassName
{
background-color: #078523;
}
</style>
border-color css
<style>
span { border-color: #078523; }
span { border-color: rgb(7,133,35); }
td.TdClassName
{
border-color: #078523;
}
.TagClassName
{
border-color: #078523;
}
</style>