Shades of Dark Spring Green #06813E
Tints of Dark Spring Green #06813E
RGB
CMYK
RGB Variations
Color information
#06813E (or 0x06813E) is known color: Dark Spring Green. HEX triplet: 06, 81 and 3E. RGB value is (6,129,62). Sum of RGB (Red+Green+Blue) = 6+129+62=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 129 (50.78% from 255 or 65.48% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 129 - color contains mainly: green. Hex color #06813E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06813E is #F97EC1. Grayscale: #545454. Windows color (decimal): -16350914 or 4096262. OLE color: 4096262.
HSL color Cylindrical-coordinate representation of color #06813E: hue angle of 147.32º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06813E is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 129 | 62 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.49 |
| HSL | 147.32º | 0.91% | 0.26% | - |
| HSV(B) | 147.32º | 0.95% | 0.51% | - |
| XYZ | 8.79 | 16.09 | 7.2 | - |
| YUV | 84.59 | 115.25 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 62 | 0.95 | 0 | 0.52 | 0.49 | 147.32 | 0.91 | 0.26 |
| Hex | 6 | 81 | 3E | 5F | 0 | 34 | 31 | 93 | 5B | 1A |
| Octal | 6 | 201 | 76 | 137 | 0 | 64 | 61 | 223 | 133 | 32 |
| Binary | 110 | 10000001 | 111110 | 1011111 | 0 | 110100 | 110001 | 10010011 | 1011011 | 11010 |
Color Harmonies of #06813E
Complementary color
Monochromatic Colors of #06813E
Black with #06813E
Text Example
Text Example
White with #06813E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06813E; }
p { color: rgb(6,129,62); }
H1.HeaderClassName
{
color: #06813E;
}
.AnyTagClassName
{
color: #06813E;
}
</style>
background-color css
<style>
a { background-color: #06813E; }
a { background-color: rgb(6,129,62); }
div.DivClassName
{
background-color: #06813E;
}
.BgClassName
{
background-color: #06813E;
}
</style>
border-color css
<style>
span { border-color: #06813E; }
span { border-color: rgb(6,129,62); }
td.TdClassName
{
border-color: #06813E;
}
.TagClassName
{
border-color: #06813E;
}
</style>