Shades of Dark Spring Green #068733
Tints of Dark Spring Green #068733
RGB
CMYK
RGB Variations
Color information
#068733 (or 0x068733) is known color: Dark Spring Green. HEX triplet: 06, 87 and 33. RGB value is (6,135,51). Sum of RGB (Red+Green+Blue) = 6+135+51=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 135 (53.12% from 255 or 70.31% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 135 - color contains mainly: green. Hex color #068733 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068733 is #F978CC. Grayscale: #575757. Windows color (decimal): -16349389 or 3376902. OLE color: 3376902.
HSL color Cylindrical-coordinate representation of color #068733: hue angle of 140.93º 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 #068733 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 135 | 51 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.47 |
| HSL | 140.93º | 0.91% | 0.28% | - |
| HSV(B) | 140.93º | 0.96% | 0.53% | - |
| XYZ | 9.34 | 17.61 | 6.04 | - |
| YUV | 86.85 | 107.76 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 51 | 0.96 | 0 | 0.62 | 0.47 | 140.93 | 0.91 | 0.28 |
| Hex | 6 | 87 | 33 | 60 | 0 | 3E | 2F | 8D | 5B | 1C |
| Octal | 6 | 207 | 63 | 140 | 0 | 76 | 57 | 215 | 133 | 34 |
| Binary | 110 | 10000111 | 110011 | 1100000 | 0 | 111110 | 101111 | 10001101 | 1011011 | 11100 |
Color Harmonies of #068733
Complementary color
Monochromatic Colors of #068733
Black with #068733
Text Example
Text Example
White with #068733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068733; }
p { color: rgb(6,135,51); }
H1.HeaderClassName
{
color: #068733;
}
.AnyTagClassName
{
color: #068733;
}
</style>
background-color css
<style>
a { background-color: #068733; }
a { background-color: rgb(6,135,51); }
div.DivClassName
{
background-color: #068733;
}
.BgClassName
{
background-color: #068733;
}
</style>
border-color css
<style>
span { border-color: #068733; }
span { border-color: rgb(6,135,51); }
td.TdClassName
{
border-color: #068733;
}
.TagClassName
{
border-color: #068733;
}
</style>