Shades of Dark Spring Green #068438
Tints of Dark Spring Green #068438
RGB
CMYK
RGB Variations
Color information
#068438 (or 0x068438) is known color: Dark Spring Green. HEX triplet: 06, 84 and 38. RGB value is (6,132,56). Sum of RGB (Red+Green+Blue) = 6+132+56=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 132 (51.95% from 255 or 68.04% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 132 - color contains mainly: green. Hex color #068438 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068438 is #F97BC7. Grayscale: #555555. Windows color (decimal): -16350152 or 3703814. OLE color: 3703814.
HSL color Cylindrical-coordinate representation of color #068438: hue angle of 143.81º 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 #068438 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 132 | 56 | - |
| CMYK | 0.95 | 0 | 0.58 | 0.48 |
| HSL | 143.81º | 0.91% | 0.27% | - |
| HSV(B) | 143.81º | 0.95% | 0.52% | - |
| XYZ | 9.04 | 16.83 | 6.51 | - |
| YUV | 85.66 | 111.26 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 132 | 56 | 0.95 | 0 | 0.58 | 0.48 | 143.81 | 0.91 | 0.27 |
| Hex | 6 | 84 | 38 | 5F | 0 | 3A | 30 | 90 | 5B | 1B |
| Octal | 6 | 204 | 70 | 137 | 0 | 72 | 60 | 220 | 133 | 33 |
| Binary | 110 | 10000100 | 111000 | 1011111 | 0 | 111010 | 110000 | 10010000 | 1011011 | 11011 |
Color Harmonies of #068438
Complementary color
Monochromatic Colors of #068438
Black with #068438
Text Example
Text Example
White with #068438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068438; }
p { color: rgb(6,132,56); }
H1.HeaderClassName
{
color: #068438;
}
.AnyTagClassName
{
color: #068438;
}
</style>
background-color css
<style>
a { background-color: #068438; }
a { background-color: rgb(6,132,56); }
div.DivClassName
{
background-color: #068438;
}
.BgClassName
{
background-color: #068438;
}
</style>
border-color css
<style>
span { border-color: #068438; }
span { border-color: rgb(6,132,56); }
td.TdClassName
{
border-color: #068438;
}
.TagClassName
{
border-color: #068438;
}
</style>