Shades of Dark Spring Green #068238
Tints of Dark Spring Green #068238
RGB
CMYK
RGB Variations
Color information
#068238 (or 0x068238) is known color: Dark Spring Green. HEX triplet: 06, 82 and 38. RGB value is (6,130,56). Sum of RGB (Red+Green+Blue) = 6+130+56=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 130 (51.17% from 255 or 67.71% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 130 - color contains mainly: green. Hex color #068238 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068238 is #F97DC7. Grayscale: #545454. Windows color (decimal): -16350664 or 3703302. OLE color: 3703302.
HSL color Cylindrical-coordinate representation of color #068238: hue angle of 144.19º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068238 is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 130 | 56 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.49 |
| HSL | 144.19º | 0.91% | 0.27% | - |
| HSV(B) | 144.19º | 0.95% | 0.51% | - |
| XYZ | 8.77 | 16.29 | 6.42 | - |
| YUV | 84.49 | 111.92 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 56 | 0.95 | 0 | 0.57 | 0.49 | 144.19 | 0.91 | 0.27 |
| Hex | 6 | 82 | 38 | 5F | 0 | 39 | 31 | 90 | 5B | 1B |
| Octal | 6 | 202 | 70 | 137 | 0 | 71 | 61 | 220 | 133 | 33 |
| Binary | 110 | 10000010 | 111000 | 1011111 | 0 | 111001 | 110001 | 10010000 | 1011011 | 11011 |
Color Harmonies of #068238
Complementary color
Monochromatic Colors of #068238
Black with #068238
Text Example
Text Example
White with #068238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068238; }
p { color: rgb(6,130,56); }
H1.HeaderClassName
{
color: #068238;
}
.AnyTagClassName
{
color: #068238;
}
</style>
background-color css
<style>
a { background-color: #068238; }
a { background-color: rgb(6,130,56); }
div.DivClassName
{
background-color: #068238;
}
.BgClassName
{
background-color: #068238;
}
</style>
border-color css
<style>
span { border-color: #068238; }
span { border-color: rgb(6,130,56); }
td.TdClassName
{
border-color: #068238;
}
.TagClassName
{
border-color: #068238;
}
</style>