Shades of Dark Spring Green #068732
Tints of Dark Spring Green #068732
RGB
CMYK
RGB Variations
Color information
#068732 (or 0x068732) is known color: Dark Spring Green. HEX triplet: 06, 87 and 32. RGB value is (6,135,50). Sum of RGB (Red+Green+Blue) = 6+135+50=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 135 (53.12% from 255 or 70.68% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 135 - color contains mainly: green. Hex color #068732 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068732 is #F978CD. Grayscale: #565656. Windows color (decimal): -16349390 or 3311366. OLE color: 3311366.
HSL color Cylindrical-coordinate representation of color #068732: hue angle of 140.47º 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 #068732 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 135 | 50 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.47 |
| HSL | 140.47º | 0.91% | 0.28% | - |
| HSV(B) | 140.47º | 0.96% | 0.53% | - |
| XYZ | 9.31 | 17.6 | 5.92 | - |
| YUV | 86.74 | 107.26 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 50 | 0.96 | 0 | 0.63 | 0.47 | 140.47 | 0.91 | 0.28 |
| Hex | 6 | 87 | 32 | 60 | 0 | 3F | 2F | 8C | 5B | 1C |
| Octal | 6 | 207 | 62 | 140 | 0 | 77 | 57 | 214 | 133 | 34 |
| Binary | 110 | 10000111 | 110010 | 1100000 | 0 | 111111 | 101111 | 10001100 | 1011011 | 11100 |
Color Harmonies of #068732
Complementary color
Monochromatic Colors of #068732
Black with #068732
Text Example
Text Example
White with #068732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068732; }
p { color: rgb(6,135,50); }
H1.HeaderClassName
{
color: #068732;
}
.AnyTagClassName
{
color: #068732;
}
</style>
background-color css
<style>
a { background-color: #068732; }
a { background-color: rgb(6,135,50); }
div.DivClassName
{
background-color: #068732;
}
.BgClassName
{
background-color: #068732;
}
</style>
border-color css
<style>
span { border-color: #068732; }
span { border-color: rgb(6,135,50); }
td.TdClassName
{
border-color: #068732;
}
.TagClassName
{
border-color: #068732;
}
</style>