Shades of Forest Green #06872C
Tints of Forest Green #06872C
RGB
CMYK
RGB Variations
Color information
#06872C (or 0x06872C) is known color: Forest Green. HEX triplet: 06, 87 and 2C. RGB value is (6,135,44). Sum of RGB (Red+Green+Blue) = 6+135+44=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 135 (53.12% from 255 or 72.97% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 135 - color contains mainly: green. Hex color #06872C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06872C is #F978D3. Grayscale: #565656. Windows color (decimal): -16349396 or 2918150. OLE color: 2918150.
HSL color Cylindrical-coordinate representation of color #06872C: hue angle of 137.67º 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 #06872C is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 135 | 44 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.47 |
| HSL | 137.67º | 0.91% | 0.28% | - |
| HSV(B) | 137.67º | 0.96% | 0.53% | - |
| XYZ | 9.19 | 17.55 | 5.29 | - |
| YUV | 86.06 | 104.26 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 44 | 0.96 | 0 | 0.67 | 0.47 | 137.67 | 0.91 | 0.28 |
| Hex | 6 | 87 | 2C | 60 | 0 | 43 | 2F | 8A | 5B | 1C |
| Octal | 6 | 207 | 54 | 140 | 0 | 103 | 57 | 212 | 133 | 34 |
| Binary | 110 | 10000111 | 101100 | 1100000 | 0 | 1000011 | 101111 | 10001010 | 1011011 | 11100 |
Color Harmonies of #06872C
Complementary color
Monochromatic Colors of #06872C
Black with #06872C
Text Example
Text Example
White with #06872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06872C; }
p { color: rgb(6,135,44); }
H1.HeaderClassName
{
color: #06872C;
}
.AnyTagClassName
{
color: #06872C;
}
</style>
background-color css
<style>
a { background-color: #06872C; }
a { background-color: rgb(6,135,44); }
div.DivClassName
{
background-color: #06872C;
}
.BgClassName
{
background-color: #06872C;
}
</style>
border-color css
<style>
span { border-color: #06872C; }
span { border-color: rgb(6,135,44); }
td.TdClassName
{
border-color: #06872C;
}
.TagClassName
{
border-color: #06872C;
}
</style>