Shades of Dark Spring Green #06852E
Tints of Dark Spring Green #06852E
RGB
CMYK
RGB Variations
Color information
#06852E (or 0x06852E) is known color: Dark Spring Green. HEX triplet: 06, 85 and 2E. RGB value is (6,133,46). Sum of RGB (Red+Green+Blue) = 6+133+46=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 133 (52.34% from 255 or 71.89% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 133 - color contains mainly: green. Hex color #06852E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06852E is #F97AD1. Grayscale: #555555. Windows color (decimal): -16349906 or 3048710. OLE color: 3048710.
HSL color Cylindrical-coordinate representation of color #06852E: hue angle of 138.9º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06852E is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 133 | 46 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.48 |
| HSL | 138.9º | 0.91% | 0.27% | - |
| HSV(B) | 138.9º | 0.95% | 0.52% | - |
| XYZ | 8.96 | 17.01 | 5.4 | - |
| YUV | 85.11 | 105.92 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 133 | 46 | 0.95 | 0 | 0.65 | 0.48 | 138.9 | 0.91 | 0.27 |
| Hex | 6 | 85 | 2E | 5F | 0 | 41 | 30 | 8B | 5B | 1B |
| Octal | 6 | 205 | 56 | 137 | 0 | 101 | 60 | 213 | 133 | 33 |
| Binary | 110 | 10000101 | 101110 | 1011111 | 0 | 1000001 | 110000 | 10001011 | 1011011 | 11011 |
Color Harmonies of #06852E
Complementary color
Monochromatic Colors of #06852E
Black with #06852E
Text Example
Text Example
White with #06852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06852E; }
p { color: rgb(6,133,46); }
H1.HeaderClassName
{
color: #06852E;
}
.AnyTagClassName
{
color: #06852E;
}
</style>
background-color css
<style>
a { background-color: #06852E; }
a { background-color: rgb(6,133,46); }
div.DivClassName
{
background-color: #06852E;
}
.BgClassName
{
background-color: #06852E;
}
</style>
border-color css
<style>
span { border-color: #06852E; }
span { border-color: rgb(6,133,46); }
td.TdClassName
{
border-color: #06852E;
}
.TagClassName
{
border-color: #06852E;
}
</style>