Shades of Dark Spring Green #06743F
Tints of Dark Spring Green #06743F
RGB
CMYK
RGB Variations
Color information
#06743F (or 0x06743F) is known color: Dark Spring Green. HEX triplet: 06, 74 and 3F. RGB value is (6,116,63). Sum of RGB (Red+Green+Blue) = 6+116+63=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 116 (45.70% from 255 or 62.70% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 116 - color contains mainly: green. Hex color #06743F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06743F is #F98BC0. Grayscale: #4D4D4D. Windows color (decimal): -16354241 or 4158470. OLE color: 4158470.
HSL color Cylindrical-coordinate representation of color #06743F: hue angle of 151.09º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06743F is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 116 | 63 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.55 |
| HSL | 151.09º | 0.9% | 0.24% | - |
| HSV(B) | 151.09º | 0.95% | 0.45% | - |
| XYZ | 7.22 | 12.89 | 6.81 | - |
| YUV | 77.07 | 120.06 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 116 | 63 | 0.95 | 0 | 0.46 | 0.55 | 151.09 | 0.9 | 0.24 |
| Hex | 6 | 74 | 3F | 5F | 0 | 2E | 37 | 97 | 5A | 18 |
| Octal | 6 | 164 | 77 | 137 | 0 | 56 | 67 | 227 | 132 | 30 |
| Binary | 110 | 1110100 | 111111 | 1011111 | 0 | 101110 | 110111 | 10010111 | 1011010 | 11000 |
Color Harmonies of #06743F
Complementary color
Monochromatic Colors of #06743F
Black with #06743F
Text Example
Text Example
White with #06743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06743F; }
p { color: rgb(6,116,63); }
H1.HeaderClassName
{
color: #06743F;
}
.AnyTagClassName
{
color: #06743F;
}
</style>
background-color css
<style>
a { background-color: #06743F; }
a { background-color: rgb(6,116,63); }
div.DivClassName
{
background-color: #06743F;
}
.BgClassName
{
background-color: #06743F;
}
</style>
border-color css
<style>
span { border-color: #06743F; }
span { border-color: rgb(6,116,63); }
td.TdClassName
{
border-color: #06743F;
}
.TagClassName
{
border-color: #06743F;
}
</style>