Shades of Dark Spring Green #097740
Tints of Dark Spring Green #097740
RGB
CMYK
RGB Variations
Color information
#097740 (or 0x097740) is known color: Dark Spring Green. HEX triplet: 09, 77 and 40. RGB value is (9,119,64). Sum of RGB (Red+Green+Blue) = 9+119+64=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #097740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097740 is #F688BF. Grayscale: #4F4F4F. Windows color (decimal): -16156864 or 4224777. OLE color: 4224777.
HSL color Cylindrical-coordinate representation of color #097740: hue angle of 150º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097740 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 119 | 64 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.53 |
| HSL | 150º | 0.86% | 0.25% | - |
| HSV(B) | 150º | 0.92% | 0.47% | - |
| XYZ | 7.63 | 13.62 | 7.08 | - |
| YUV | 79.84 | 119.06 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 64 | 0.92 | 0 | 0.46 | 0.53 | 150 | 0.86 | 0.25 |
| Hex | 9 | 77 | 40 | 5C | 0 | 2E | 35 | 96 | 56 | 19 |
| Octal | 11 | 167 | 100 | 134 | 0 | 56 | 65 | 226 | 126 | 31 |
| Binary | 1001 | 1110111 | 1000000 | 1011100 | 0 | 101110 | 110101 | 10010110 | 1010110 | 11001 |
Color Harmonies of #097740
Complementary color
Monochromatic Colors of #097740
Black with #097740
Text Example
Text Example
White with #097740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097740; }
p { color: rgb(9,119,64); }
H1.HeaderClassName
{
color: #097740;
}
.AnyTagClassName
{
color: #097740;
}
</style>
background-color css
<style>
a { background-color: #097740; }
a { background-color: rgb(9,119,64); }
div.DivClassName
{
background-color: #097740;
}
.BgClassName
{
background-color: #097740;
}
</style>
border-color css
<style>
span { border-color: #097740; }
span { border-color: rgb(9,119,64); }
td.TdClassName
{
border-color: #097740;
}
.TagClassName
{
border-color: #097740;
}
</style>