Shades of Dark Spring Green #068C31
Tints of Dark Spring Green #068C31
RGB
CMYK
RGB Variations
Color information
#068C31 (or 0x068C31) is known color: Dark Spring Green. HEX triplet: 06, 8C and 31. RGB value is (6,140,49). Sum of RGB (Red+Green+Blue) = 6+140+49=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 140 (55.08% from 255 or 71.79% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 140 - color contains mainly: green. Hex color #068C31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068C31 is #F973CE. Grayscale: #595959. Windows color (decimal): -16348111 or 3247110. OLE color: 3247110.
HSL color Cylindrical-coordinate representation of color #068C31: hue angle of 139.25º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068C31 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 140 | 49 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.45 |
| HSL | 139.25º | 0.92% | 0.29% | - |
| HSV(B) | 139.25º | 0.96% | 0.55% | - |
| XYZ | 10.01 | 19.02 | 6.05 | - |
| YUV | 89.56 | 105.11 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 140 | 49 | 0.96 | 0 | 0.65 | 0.45 | 139.25 | 0.92 | 0.29 |
| Hex | 6 | 8C | 31 | 60 | 0 | 41 | 2D | 8B | 5C | 1D |
| Octal | 6 | 214 | 61 | 140 | 0 | 101 | 55 | 213 | 134 | 35 |
| Binary | 110 | 10001100 | 110001 | 1100000 | 0 | 1000001 | 101101 | 10001011 | 1011100 | 11101 |
Color Harmonies of #068C31
Complementary color
Monochromatic Colors of #068C31
Black with #068C31
Text Example
Text Example
White with #068C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068C31; }
p { color: rgb(6,140,49); }
H1.HeaderClassName
{
color: #068C31;
}
.AnyTagClassName
{
color: #068C31;
}
</style>
background-color css
<style>
a { background-color: #068C31; }
a { background-color: rgb(6,140,49); }
div.DivClassName
{
background-color: #068C31;
}
.BgClassName
{
background-color: #068C31;
}
</style>
border-color css
<style>
span { border-color: #068C31; }
span { border-color: rgb(6,140,49); }
td.TdClassName
{
border-color: #068C31;
}
.TagClassName
{
border-color: #068C31;
}
</style>