Shades of Dark Spring Green #097342
Tints of Dark Spring Green #097342
RGB
CMYK
RGB Variations
Color information
#097342 (or 0x097342) is known color: Dark Spring Green. HEX triplet: 09, 73 and 42. RGB value is (9,115,66). Sum of RGB (Red+Green+Blue) = 9+115+66=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #097342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097342 is #F68CBD. Grayscale: #4D4D4D. Windows color (decimal): -16157886 or 4354825. OLE color: 4354825.
HSL color Cylindrical-coordinate representation of color #097342: hue angle of 152.26º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097342 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 115 | 66 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.55 |
| HSL | 152.26º | 0.85% | 0.24% | - |
| HSV(B) | 152.26º | 0.92% | 0.45% | - |
| XYZ | 7.23 | 12.71 | 7.23 | - |
| YUV | 77.72 | 121.38 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 66 | 0.92 | 0 | 0.43 | 0.55 | 152.26 | 0.85 | 0.24 |
| Hex | 9 | 73 | 42 | 5C | 0 | 2B | 37 | 98 | 55 | 18 |
| Octal | 11 | 163 | 102 | 134 | 0 | 53 | 67 | 230 | 125 | 30 |
| Binary | 1001 | 1110011 | 1000010 | 1011100 | 0 | 101011 | 110111 | 10011000 | 1010101 | 11000 |
Color Harmonies of #097342
Complementary color
Monochromatic Colors of #097342
Black with #097342
Text Example
Text Example
White with #097342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097342; }
p { color: rgb(9,115,66); }
H1.HeaderClassName
{
color: #097342;
}
.AnyTagClassName
{
color: #097342;
}
</style>
background-color css
<style>
a { background-color: #097342; }
a { background-color: rgb(9,115,66); }
div.DivClassName
{
background-color: #097342;
}
.BgClassName
{
background-color: #097342;
}
</style>
border-color css
<style>
span { border-color: #097342; }
span { border-color: rgb(9,115,66); }
td.TdClassName
{
border-color: #097342;
}
.TagClassName
{
border-color: #097342;
}
</style>