Shades of Forest Green #07961D
Tints of Forest Green #07961D
RGB
CMYK
RGB Variations
Color information
#07961D (or 0x07961D) is known color: Forest Green. HEX triplet: 07, 96 and 1D. RGB value is (7,150,29). Sum of RGB (Red+Green+Blue) = 7+150+29=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 150 (58.98% from 255 or 80.65% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 150 - color contains mainly: green. Hex color #07961D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07961D is #F869E2. Grayscale: #5D5D5D. Windows color (decimal): -16280035 or 1938951. OLE color: 1938951.
HSL color Cylindrical-coordinate representation of color #07961D: hue angle of 129.23º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07961D is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 150 | 29 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.41 |
| HSL | 129.23º | 0.91% | 0.31% | - |
| HSV(B) | 129.23º | 0.95% | 0.59% | - |
| XYZ | 11.22 | 21.95 | 4.81 | - |
| YUV | 93.45 | 91.62 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 150 | 29 | 0.95 | 0 | 0.81 | 0.41 | 129.23 | 0.91 | 0.31 |
| Hex | 7 | 96 | 1D | 5F | 0 | 51 | 29 | 81 | 5B | 1F |
| Octal | 7 | 226 | 35 | 137 | 0 | 121 | 51 | 201 | 133 | 37 |
| Binary | 111 | 10010110 | 11101 | 1011111 | 0 | 1010001 | 101001 | 10000001 | 1011011 | 11111 |
Color Harmonies of #07961D
Complementary color
Monochromatic Colors of #07961D
Black with #07961D
Text Example
Text Example
White with #07961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07961D; }
p { color: rgb(7,150,29); }
H1.HeaderClassName
{
color: #07961D;
}
.AnyTagClassName
{
color: #07961D;
}
</style>
background-color css
<style>
a { background-color: #07961D; }
a { background-color: rgb(7,150,29); }
div.DivClassName
{
background-color: #07961D;
}
.BgClassName
{
background-color: #07961D;
}
</style>
border-color css
<style>
span { border-color: #07961D; }
span { border-color: rgb(7,150,29); }
td.TdClassName
{
border-color: #07961D;
}
.TagClassName
{
border-color: #07961D;
}
</style>