Shades of Dark Spring Green #068930
Tints of Dark Spring Green #068930
RGB
CMYK
RGB Variations
Color information
#068930 (or 0x068930) is known color: Dark Spring Green. HEX triplet: 06, 89 and 30. RGB value is (6,137,48). Sum of RGB (Red+Green+Blue) = 6+137+48=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 137 (53.91% from 255 or 71.73% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 137 - color contains mainly: green. Hex color #068930 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068930 is #F976CF. Grayscale: #575757. Windows color (decimal): -16348880 or 3180806. OLE color: 3180806.
HSL color Cylindrical-coordinate representation of color #068930: hue angle of 139.24º 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 #068930 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 137 | 48 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.46 |
| HSL | 139.24º | 0.92% | 0.28% | - |
| HSV(B) | 139.24º | 0.96% | 0.54% | - |
| XYZ | 9.55 | 18.14 | 5.79 | - |
| YUV | 87.69 | 105.6 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 137 | 48 | 0.96 | 0 | 0.65 | 0.46 | 139.24 | 0.92 | 0.28 |
| Hex | 6 | 89 | 30 | 60 | 0 | 41 | 2E | 8B | 5C | 1C |
| Octal | 6 | 211 | 60 | 140 | 0 | 101 | 56 | 213 | 134 | 34 |
| Binary | 110 | 10001001 | 110000 | 1100000 | 0 | 1000001 | 101110 | 10001011 | 1011100 | 11100 |
Color Harmonies of #068930
Complementary color
Monochromatic Colors of #068930
Black with #068930
Text Example
Text Example
White with #068930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068930; }
p { color: rgb(6,137,48); }
H1.HeaderClassName
{
color: #068930;
}
.AnyTagClassName
{
color: #068930;
}
</style>
background-color css
<style>
a { background-color: #068930; }
a { background-color: rgb(6,137,48); }
div.DivClassName
{
background-color: #068930;
}
.BgClassName
{
background-color: #068930;
}
</style>
border-color css
<style>
span { border-color: #068930; }
span { border-color: rgb(6,137,48); }
td.TdClassName
{
border-color: #068930;
}
.TagClassName
{
border-color: #068930;
}
</style>