Shades of Dark Spring Green #06753C
Tints of Dark Spring Green #06753C
RGB
CMYK
RGB Variations
Color information
#06753C (or 0x06753C) is known color: Dark Spring Green. HEX triplet: 06, 75 and 3C. RGB value is (6,117,60). Sum of RGB (Red+Green+Blue) = 6+117+60=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 117 (46.09% from 255 or 63.93% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 117 - color contains mainly: green. Hex color #06753C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06753C is #F98AC3. Grayscale: #4D4D4D. Windows color (decimal): -16353988 or 3962118. OLE color: 3962118.
HSL color Cylindrical-coordinate representation of color #06753C: hue angle of 149.19º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06753C is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 117 | 60 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.54 |
| HSL | 149.19º | 0.9% | 0.24% | - |
| HSV(B) | 149.19º | 0.95% | 0.46% | - |
| XYZ | 7.25 | 13.09 | 6.42 | - |
| YUV | 77.31 | 118.23 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 60 | 0.95 | 0 | 0.49 | 0.54 | 149.19 | 0.9 | 0.24 |
| Hex | 6 | 75 | 3C | 5F | 0 | 31 | 36 | 95 | 5A | 18 |
| Octal | 6 | 165 | 74 | 137 | 0 | 61 | 66 | 225 | 132 | 30 |
| Binary | 110 | 1110101 | 111100 | 1011111 | 0 | 110001 | 110110 | 10010101 | 1011010 | 11000 |
Color Harmonies of #06753C
Complementary color
Monochromatic Colors of #06753C
Black with #06753C
Text Example
Text Example
White with #06753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06753C; }
p { color: rgb(6,117,60); }
H1.HeaderClassName
{
color: #06753C;
}
.AnyTagClassName
{
color: #06753C;
}
</style>
background-color css
<style>
a { background-color: #06753C; }
a { background-color: rgb(6,117,60); }
div.DivClassName
{
background-color: #06753C;
}
.BgClassName
{
background-color: #06753C;
}
</style>
border-color css
<style>
span { border-color: #06753C; }
span { border-color: rgb(6,117,60); }
td.TdClassName
{
border-color: #06753C;
}
.TagClassName
{
border-color: #06753C;
}
</style>