Shades of Dark Spring Green #097345
Tints of Dark Spring Green #097345
RGB
CMYK
RGB Variations
Color information
#097345 (or 0x097345) is known color: Dark Spring Green. HEX triplet: 09, 73 and 45. RGB value is (9,115,69). Sum of RGB (Red+Green+Blue) = 9+115+69=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #097345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097345 is #F68CBA. Grayscale: #4E4E4E. Windows color (decimal): -16157883 or 4551433. OLE color: 4551433.
HSL color Cylindrical-coordinate representation of color #097345: hue angle of 153.96º 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 #097345 is Cyan = 0.92, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 115 | 69 | - |
| CMYK | 0.92 | 0 | 0.4 | 0.55 |
| HSL | 153.96º | 0.85% | 0.24% | - |
| HSV(B) | 153.96º | 0.92% | 0.45% | - |
| XYZ | 7.32 | 12.75 | 7.71 | - |
| YUV | 78.06 | 122.88 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 69 | 0.92 | 0 | 0.4 | 0.55 | 153.96 | 0.85 | 0.24 |
| Hex | 9 | 73 | 45 | 5C | 0 | 28 | 37 | 9A | 55 | 18 |
| Octal | 11 | 163 | 105 | 134 | 0 | 50 | 67 | 232 | 125 | 30 |
| Binary | 1001 | 1110011 | 1000101 | 1011100 | 0 | 101000 | 110111 | 10011010 | 1010101 | 11000 |
Color Harmonies of #097345
Complementary color
Monochromatic Colors of #097345
Black with #097345
Text Example
Text Example
White with #097345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097345; }
p { color: rgb(9,115,69); }
H1.HeaderClassName
{
color: #097345;
}
.AnyTagClassName
{
color: #097345;
}
</style>
background-color css
<style>
a { background-color: #097345; }
a { background-color: rgb(9,115,69); }
div.DivClassName
{
background-color: #097345;
}
.BgClassName
{
background-color: #097345;
}
</style>
border-color css
<style>
span { border-color: #097345; }
span { border-color: rgb(9,115,69); }
td.TdClassName
{
border-color: #097345;
}
.TagClassName
{
border-color: #097345;
}
</style>