Shades of Dark Spring Green #068735
Tints of Dark Spring Green #068735
RGB
CMYK
RGB Variations
Color information
#068735 (or 0x068735) is known color: Dark Spring Green. HEX triplet: 06, 87 and 35. RGB value is (6,135,53). Sum of RGB (Red+Green+Blue) = 6+135+53=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 135 (53.12% from 255 or 69.59% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 135 - color contains mainly: green. Hex color #068735 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068735 is #F978CA. Grayscale: #575757. Windows color (decimal): -16349387 or 3507974. OLE color: 3507974.
HSL color Cylindrical-coordinate representation of color #068735: hue angle of 141.86º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068735 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 135 | 53 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.47 |
| HSL | 141.86º | 0.91% | 0.28% | - |
| HSV(B) | 141.86º | 0.96% | 0.53% | - |
| XYZ | 9.38 | 17.62 | 6.28 | - |
| YUV | 87.08 | 108.76 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 53 | 0.96 | 0 | 0.61 | 0.47 | 141.86 | 0.91 | 0.28 |
| Hex | 6 | 87 | 35 | 60 | 0 | 3D | 2F | 8E | 5B | 1C |
| Octal | 6 | 207 | 65 | 140 | 0 | 75 | 57 | 216 | 133 | 34 |
| Binary | 110 | 10000111 | 110101 | 1100000 | 0 | 111101 | 101111 | 10001110 | 1011011 | 11100 |
Color Harmonies of #068735
Complementary color
Monochromatic Colors of #068735
Black with #068735
Text Example
Text Example
White with #068735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068735; }
p { color: rgb(6,135,53); }
H1.HeaderClassName
{
color: #068735;
}
.AnyTagClassName
{
color: #068735;
}
</style>
background-color css
<style>
a { background-color: #068735; }
a { background-color: rgb(6,135,53); }
div.DivClassName
{
background-color: #068735;
}
.BgClassName
{
background-color: #068735;
}
</style>
border-color css
<style>
span { border-color: #068735; }
span { border-color: rgb(6,135,53); }
td.TdClassName
{
border-color: #068735;
}
.TagClassName
{
border-color: #068735;
}
</style>