Shades of Dark Spring Green #06803B
Tints of Dark Spring Green #06803B
RGB
CMYK
RGB Variations
Color information
#06803B (or 0x06803B) is known color: Dark Spring Green. HEX triplet: 06, 80 and 3B. RGB value is (6,128,59). Sum of RGB (Red+Green+Blue) = 6+128+59=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 128 (50.39% from 255 or 66.32% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 128 - color contains mainly: green. Hex color #06803B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06803B is #F97FC4. Grayscale: #535353. Windows color (decimal): -16351173 or 3899398. OLE color: 3899398.
HSL color Cylindrical-coordinate representation of color #06803B: hue angle of 146.07º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06803B is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 128 | 59 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.50 |
| HSL | 146.07º | 0.91% | 0.26% | - |
| HSV(B) | 146.07º | 0.95% | 0.5% | - |
| XYZ | 8.58 | 15.79 | 6.73 | - |
| YUV | 83.66 | 114.08 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 128 | 59 | 0.95 | 0 | 0.54 | 0.50 | 146.07 | 0.91 | 0.26 |
| Hex | 6 | 80 | 3B | 5F | 0 | 36 | 32 | 92 | 5B | 1A |
| Octal | 6 | 200 | 73 | 137 | 0 | 66 | 62 | 222 | 133 | 32 |
| Binary | 110 | 10000000 | 111011 | 1011111 | 0 | 110110 | 110010 | 10010010 | 1011011 | 11010 |
Color Harmonies of #06803B
Complementary color
Monochromatic Colors of #06803B
Black with #06803B
Text Example
Text Example
White with #06803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06803B; }
p { color: rgb(6,128,59); }
H1.HeaderClassName
{
color: #06803B;
}
.AnyTagClassName
{
color: #06803B;
}
</style>
background-color css
<style>
a { background-color: #06803B; }
a { background-color: rgb(6,128,59); }
div.DivClassName
{
background-color: #06803B;
}
.BgClassName
{
background-color: #06803B;
}
</style>
border-color css
<style>
span { border-color: #06803B; }
span { border-color: rgb(6,128,59); }
td.TdClassName
{
border-color: #06803B;
}
.TagClassName
{
border-color: #06803B;
}
</style>