Shades of Dark Spring Green #068A31
Tints of Dark Spring Green #068A31
RGB
CMYK
RGB Variations
Color information
#068A31 (or 0x068A31) is known color: Dark Spring Green. HEX triplet: 06, 8A and 31. RGB value is (6,138,49). Sum of RGB (Red+Green+Blue) = 6+138+49=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 138 (54.30% from 255 or 71.50% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 138 - color contains mainly: green. Hex color #068A31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068A31 is #F975CE. Grayscale: #585858. Windows color (decimal): -16348623 or 3246598. OLE color: 3246598.
HSL color Cylindrical-coordinate representation of color #068A31: hue angle of 139.55º 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 #068A31 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 138 | 49 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.46 |
| HSL | 139.55º | 0.92% | 0.28% | - |
| HSV(B) | 139.55º | 0.96% | 0.54% | - |
| XYZ | 9.72 | 18.44 | 5.95 | - |
| YUV | 88.39 | 105.77 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 49 | 0.96 | 0 | 0.64 | 0.46 | 139.55 | 0.92 | 0.28 |
| Hex | 6 | 8A | 31 | 60 | 0 | 40 | 2E | 8C | 5C | 1C |
| Octal | 6 | 212 | 61 | 140 | 0 | 100 | 56 | 214 | 134 | 34 |
| Binary | 110 | 10001010 | 110001 | 1100000 | 0 | 1000000 | 101110 | 10001100 | 1011100 | 11100 |
Color Harmonies of #068A31
Complementary color
Monochromatic Colors of #068A31
Black with #068A31
Text Example
Text Example
White with #068A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068A31; }
p { color: rgb(6,138,49); }
H1.HeaderClassName
{
color: #068A31;
}
.AnyTagClassName
{
color: #068A31;
}
</style>
background-color css
<style>
a { background-color: #068A31; }
a { background-color: rgb(6,138,49); }
div.DivClassName
{
background-color: #068A31;
}
.BgClassName
{
background-color: #068A31;
}
</style>
border-color css
<style>
span { border-color: #068A31; }
span { border-color: rgb(6,138,49); }
td.TdClassName
{
border-color: #068A31;
}
.TagClassName
{
border-color: #068A31;
}
</style>