Shades of Forest Green #07861B
Tints of Forest Green #07861B
RGB
CMYK
RGB Variations
Color information
#07861B (or 0x07861B) is known color: Forest Green. HEX triplet: 07, 86 and 1B. RGB value is (7,134,27). Sum of RGB (Red+Green+Blue) = 7+134+27=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 134 (52.73% from 255 or 79.76% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 134 - color contains mainly: green. Hex color #07861B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07861B is #F879E4. Grayscale: #545454. Windows color (decimal): -16284133 or 1803783. OLE color: 1803783.
HSL color Cylindrical-coordinate representation of color #07861B: hue angle of 129.45º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07861B is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 134 | 27 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.47 |
| HSL | 129.45º | 0.9% | 0.28% | - |
| HSV(B) | 129.45º | 0.95% | 0.53% | - |
| XYZ | 8.81 | 17.17 | 3.89 | - |
| YUV | 83.83 | 95.92 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 27 | 0.95 | 0 | 0.80 | 0.47 | 129.45 | 0.9 | 0.28 |
| Hex | 7 | 86 | 1B | 5F | 0 | 50 | 2F | 81 | 5A | 1C |
| Octal | 7 | 206 | 33 | 137 | 0 | 120 | 57 | 201 | 132 | 34 |
| Binary | 111 | 10000110 | 11011 | 1011111 | 0 | 1010000 | 101111 | 10000001 | 1011010 | 11100 |
Color Harmonies of #07861B
Complementary color
Monochromatic Colors of #07861B
Black with #07861B
Text Example
Text Example
White with #07861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07861B; }
p { color: rgb(7,134,27); }
H1.HeaderClassName
{
color: #07861B;
}
.AnyTagClassName
{
color: #07861B;
}
</style>
background-color css
<style>
a { background-color: #07861B; }
a { background-color: rgb(7,134,27); }
div.DivClassName
{
background-color: #07861B;
}
.BgClassName
{
background-color: #07861B;
}
</style>
border-color css
<style>
span { border-color: #07861B; }
span { border-color: rgb(7,134,27); }
td.TdClassName
{
border-color: #07861B;
}
.TagClassName
{
border-color: #07861B;
}
</style>