Shades of Dark Spring Green #068A32
Tints of Dark Spring Green #068A32
RGB
CMYK
RGB Variations
Color information
#068A32 (or 0x068A32) is known color: Dark Spring Green. HEX triplet: 06, 8A and 32. RGB value is (6,138,50). Sum of RGB (Red+Green+Blue) = 6+138+50=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 138 (54.30% from 255 or 71.13% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 138 - color contains mainly: green. Hex color #068A32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068A32 is #F975CD. Grayscale: #585858. Windows color (decimal): -16348622 or 3312134. OLE color: 3312134.
HSL color Cylindrical-coordinate representation of color #068A32: hue angle of 140º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068A32 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 138 | 50 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.46 |
| HSL | 140º | 0.92% | 0.28% | - |
| HSV(B) | 140º | 0.96% | 0.54% | - |
| XYZ | 9.74 | 18.45 | 6.06 | - |
| YUV | 88.5 | 106.27 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 50 | 0.96 | 0 | 0.64 | 0.46 | 140 | 0.92 | 0.28 |
| Hex | 6 | 8A | 32 | 60 | 0 | 40 | 2E | 8C | 5C | 1C |
| Octal | 6 | 212 | 62 | 140 | 0 | 100 | 56 | 214 | 134 | 34 |
| Binary | 110 | 10001010 | 110010 | 1100000 | 0 | 1000000 | 101110 | 10001100 | 1011100 | 11100 |
Color Harmonies of #068A32
Complementary color
Monochromatic Colors of #068A32
Black with #068A32
Text Example
Text Example
White with #068A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068A32; }
p { color: rgb(6,138,50); }
H1.HeaderClassName
{
color: #068A32;
}
.AnyTagClassName
{
color: #068A32;
}
</style>
background-color css
<style>
a { background-color: #068A32; }
a { background-color: rgb(6,138,50); }
div.DivClassName
{
background-color: #068A32;
}
.BgClassName
{
background-color: #068A32;
}
</style>
border-color css
<style>
span { border-color: #068A32; }
span { border-color: rgb(6,138,50); }
td.TdClassName
{
border-color: #068A32;
}
.TagClassName
{
border-color: #068A32;
}
</style>