Shades of Forest Green #077F23
Tints of Forest Green #077F23
RGB
CMYK
RGB Variations
Color information
#077F23 (or 0x077F23) is known color: Forest Green. HEX triplet: 07, 7F and 23. RGB value is (7,127,35). Sum of RGB (Red+Green+Blue) = 7+127+35=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 127 (50% from 255 or 75.15% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 127 - color contains mainly: green. Hex color #077F23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077F23 is #F880DC. Grayscale: #505050. Windows color (decimal): -16285917 or 2326279. OLE color: 2326279.
HSL color Cylindrical-coordinate representation of color #077F23: hue angle of 134º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077F23 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 127 | 35 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.50 |
| HSL | 134º | 0.9% | 0.26% | - |
| HSV(B) | 134º | 0.94% | 0.5% | - |
| XYZ | 7.98 | 15.35 | 4.13 | - |
| YUV | 80.63 | 102.24 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 35 | 0.94 | 0 | 0.72 | 0.50 | 134 | 0.9 | 0.26 |
| Hex | 7 | 7F | 23 | 5E | 0 | 48 | 32 | 86 | 5A | 1A |
| Octal | 7 | 177 | 43 | 136 | 0 | 110 | 62 | 206 | 132 | 32 |
| Binary | 111 | 1111111 | 100011 | 1011110 | 0 | 1001000 | 110010 | 10000110 | 1011010 | 11010 |
Color Harmonies of #077F23
Complementary color
Monochromatic Colors of #077F23
Black with #077F23
Text Example
Text Example
White with #077F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077F23; }
p { color: rgb(7,127,35); }
H1.HeaderClassName
{
color: #077F23;
}
.AnyTagClassName
{
color: #077F23;
}
</style>
background-color css
<style>
a { background-color: #077F23; }
a { background-color: rgb(7,127,35); }
div.DivClassName
{
background-color: #077F23;
}
.BgClassName
{
background-color: #077F23;
}
</style>
border-color css
<style>
span { border-color: #077F23; }
span { border-color: rgb(7,127,35); }
td.TdClassName
{
border-color: #077F23;
}
.TagClassName
{
border-color: #077F23;
}
</style>