Shades of Dark Spring Green #06852D
Tints of Dark Spring Green #06852D
RGB
CMYK
RGB Variations
Color information
#06852D (or 0x06852D) is known color: Dark Spring Green. HEX triplet: 06, 85 and 2D. RGB value is (6,133,45). Sum of RGB (Red+Green+Blue) = 6+133+45=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 133 (52.34% from 255 or 72.28% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 133 - color contains mainly: green. Hex color #06852D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06852D is #F97AD2. Grayscale: #555555. Windows color (decimal): -16349907 or 2983174. OLE color: 2983174.
HSL color Cylindrical-coordinate representation of color #06852D: hue angle of 138.43º 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 #06852D is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 133 | 45 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.48 |
| HSL | 138.43º | 0.91% | 0.27% | - |
| HSV(B) | 138.43º | 0.95% | 0.52% | - |
| XYZ | 8.94 | 17 | 5.29 | - |
| YUV | 85 | 105.42 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 133 | 45 | 0.95 | 0 | 0.66 | 0.48 | 138.43 | 0.91 | 0.27 |
| Hex | 6 | 85 | 2D | 5F | 0 | 42 | 30 | 8A | 5B | 1B |
| Octal | 6 | 205 | 55 | 137 | 0 | 102 | 60 | 212 | 133 | 33 |
| Binary | 110 | 10000101 | 101101 | 1011111 | 0 | 1000010 | 110000 | 10001010 | 1011011 | 11011 |
Color Harmonies of #06852D
Complementary color
Monochromatic Colors of #06852D
Black with #06852D
Text Example
Text Example
White with #06852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06852D; }
p { color: rgb(6,133,45); }
H1.HeaderClassName
{
color: #06852D;
}
.AnyTagClassName
{
color: #06852D;
}
</style>
background-color css
<style>
a { background-color: #06852D; }
a { background-color: rgb(6,133,45); }
div.DivClassName
{
background-color: #06852D;
}
.BgClassName
{
background-color: #06852D;
}
</style>
border-color css
<style>
span { border-color: #06852D; }
span { border-color: rgb(6,133,45); }
td.TdClassName
{
border-color: #06852D;
}
.TagClassName
{
border-color: #06852D;
}
</style>