Shades of Forest Green #06871D
Tints of Forest Green #06871D
RGB
CMYK
RGB Variations
Color information
#06871D (or 0x06871D) is known color: Forest Green. HEX triplet: 06, 87 and 1D. RGB value is (6,135,29). Sum of RGB (Red+Green+Blue) = 6+135+29=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 135 (53.12% from 255 or 79.41% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 135 - color contains mainly: green. Hex color #06871D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06871D is #F978E2. Grayscale: #545454. Windows color (decimal): -16349411 or 1935110. OLE color: 1935110.
HSL color Cylindrical-coordinate representation of color #06871D: hue angle of 130.7º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06871D is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 135 | 29 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.47 |
| HSL | 130.7º | 0.91% | 0.28% | - |
| HSV(B) | 130.7º | 0.96% | 0.53% | - |
| XYZ | 8.96 | 17.46 | 4.06 | - |
| YUV | 84.35 | 96.76 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 29 | 0.96 | 0 | 0.79 | 0.47 | 130.7 | 0.91 | 0.28 |
| Hex | 6 | 87 | 1D | 60 | 0 | 4F | 2F | 83 | 5B | 1C |
| Octal | 6 | 207 | 35 | 140 | 0 | 117 | 57 | 203 | 133 | 34 |
| Binary | 110 | 10000111 | 11101 | 1100000 | 0 | 1001111 | 101111 | 10000011 | 1011011 | 11100 |
Color Harmonies of #06871D
Complementary color
Monochromatic Colors of #06871D
Black with #06871D
Text Example
Text Example
White with #06871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06871D; }
p { color: rgb(6,135,29); }
H1.HeaderClassName
{
color: #06871D;
}
.AnyTagClassName
{
color: #06871D;
}
</style>
background-color css
<style>
a { background-color: #06871D; }
a { background-color: rgb(6,135,29); }
div.DivClassName
{
background-color: #06871D;
}
.BgClassName
{
background-color: #06871D;
}
</style>
border-color css
<style>
span { border-color: #06871D; }
span { border-color: rgb(6,135,29); }
td.TdClassName
{
border-color: #06871D;
}
.TagClassName
{
border-color: #06871D;
}
</style>