Shades of Forest Green #06871C
Tints of Forest Green #06871C
RGB
CMYK
RGB Variations
Color information
#06871C (or 0x06871C) is known color: Forest Green. HEX triplet: 06, 87 and 1C. RGB value is (6,135,28). Sum of RGB (Red+Green+Blue) = 6+135+28=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 135 (53.12% from 255 or 79.88% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 135 - color contains mainly: green. Hex color #06871C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06871C is #F978E3. Grayscale: #545454. Windows color (decimal): -16349412 or 1869574. OLE color: 1869574.
HSL color Cylindrical-coordinate representation of color #06871C: hue angle of 130.23º 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 #06871C is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 135 | 28 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.47 |
| HSL | 130.23º | 0.91% | 0.28% | - |
| HSV(B) | 130.23º | 0.96% | 0.53% | - |
| XYZ | 8.95 | 17.45 | 4 | - |
| YUV | 84.23 | 96.26 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 28 | 0.96 | 0 | 0.79 | 0.47 | 130.23 | 0.91 | 0.28 |
| Hex | 6 | 87 | 1C | 60 | 0 | 4F | 2F | 82 | 5B | 1C |
| Octal | 6 | 207 | 34 | 140 | 0 | 117 | 57 | 202 | 133 | 34 |
| Binary | 110 | 10000111 | 11100 | 1100000 | 0 | 1001111 | 101111 | 10000010 | 1011011 | 11100 |
Color Harmonies of #06871C
Complementary color
Monochromatic Colors of #06871C
Black with #06871C
Text Example
Text Example
White with #06871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06871C; }
p { color: rgb(6,135,28); }
H1.HeaderClassName
{
color: #06871C;
}
.AnyTagClassName
{
color: #06871C;
}
</style>
background-color css
<style>
a { background-color: #06871C; }
a { background-color: rgb(6,135,28); }
div.DivClassName
{
background-color: #06871C;
}
.BgClassName
{
background-color: #06871C;
}
</style>
border-color css
<style>
span { border-color: #06871C; }
span { border-color: rgb(6,135,28); }
td.TdClassName
{
border-color: #06871C;
}
.TagClassName
{
border-color: #06871C;
}
</style>