Shades of Dark Spring Green #06872F
Tints of Dark Spring Green #06872F
RGB
CMYK
RGB Variations
Color information
#06872F (or 0x06872F) is known color: Dark Spring Green. HEX triplet: 06, 87 and 2F. RGB value is (6,135,47). Sum of RGB (Red+Green+Blue) = 6+135+47=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 135 (53.12% from 255 or 71.81% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 135 - color contains mainly: green. Hex color #06872F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06872F is #F978D0. Grayscale: #565656. Windows color (decimal): -16349393 or 3114758. OLE color: 3114758.
HSL color Cylindrical-coordinate representation of color #06872F: hue angle of 139.07º 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 #06872F is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 135 | 47 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.47 |
| HSL | 139.07º | 0.91% | 0.28% | - |
| HSV(B) | 139.07º | 0.96% | 0.53% | - |
| XYZ | 9.25 | 17.57 | 5.59 | - |
| YUV | 86.4 | 105.76 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 47 | 0.96 | 0 | 0.65 | 0.47 | 139.07 | 0.91 | 0.28 |
| Hex | 6 | 87 | 2F | 60 | 0 | 41 | 2F | 8B | 5B | 1C |
| Octal | 6 | 207 | 57 | 140 | 0 | 101 | 57 | 213 | 133 | 34 |
| Binary | 110 | 10000111 | 101111 | 1100000 | 0 | 1000001 | 101111 | 10001011 | 1011011 | 11100 |
Color Harmonies of #06872F
Complementary color
Monochromatic Colors of #06872F
Black with #06872F
Text Example
Text Example
White with #06872F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06872F; }
p { color: rgb(6,135,47); }
H1.HeaderClassName
{
color: #06872F;
}
.AnyTagClassName
{
color: #06872F;
}
</style>
background-color css
<style>
a { background-color: #06872F; }
a { background-color: rgb(6,135,47); }
div.DivClassName
{
background-color: #06872F;
}
.BgClassName
{
background-color: #06872F;
}
</style>
border-color css
<style>
span { border-color: #06872F; }
span { border-color: rgb(6,135,47); }
td.TdClassName
{
border-color: #06872F;
}
.TagClassName
{
border-color: #06872F;
}
</style>