Shades of Dark Spring Green #097445
Tints of Dark Spring Green #097445
RGB
CMYK
RGB Variations
Color information
#097445 (or 0x097445) is known color: Dark Spring Green. HEX triplet: 09, 74 and 45. RGB value is (9,116,69). Sum of RGB (Red+Green+Blue) = 9+116+69=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #097445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097445 is #F68BBA. Grayscale: #4E4E4E. Windows color (decimal): -16157627 or 4551689. OLE color: 4551689.
HSL color Cylindrical-coordinate representation of color #097445: hue angle of 153.64º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097445 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 116 | 69 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.55 |
| HSL | 153.64º | 0.86% | 0.25% | - |
| HSV(B) | 153.64º | 0.92% | 0.45% | - |
| XYZ | 7.43 | 12.98 | 7.74 | - |
| YUV | 78.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 69 | 0.92 | 0 | 0.41 | 0.55 | 153.64 | 0.86 | 0.25 |
| Hex | 9 | 74 | 45 | 5C | 0 | 29 | 37 | 9A | 56 | 19 |
| Octal | 11 | 164 | 105 | 134 | 0 | 51 | 67 | 232 | 126 | 31 |
| Binary | 1001 | 1110100 | 1000101 | 1011100 | 0 | 101001 | 110111 | 10011010 | 1010110 | 11001 |
Color Harmonies of #097445
Complementary color
Monochromatic Colors of #097445
Black with #097445
Text Example
Text Example
White with #097445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097445; }
p { color: rgb(9,116,69); }
H1.HeaderClassName
{
color: #097445;
}
.AnyTagClassName
{
color: #097445;
}
</style>
background-color css
<style>
a { background-color: #097445; }
a { background-color: rgb(9,116,69); }
div.DivClassName
{
background-color: #097445;
}
.BgClassName
{
background-color: #097445;
}
</style>
border-color css
<style>
span { border-color: #097445; }
span { border-color: rgb(9,116,69); }
td.TdClassName
{
border-color: #097445;
}
.TagClassName
{
border-color: #097445;
}
</style>