Shades of Dark Spring Green #097C3C
Tints of Dark Spring Green #097C3C
RGB
CMYK
RGB Variations
Color information
#097C3C (or 0x097C3C) is known color: Dark Spring Green. HEX triplet: 09, 7C and 3C. RGB value is (9,124,60). Sum of RGB (Red+Green+Blue) = 9+124+60=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 124 (48.83% from 255 or 64.25% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 124 - color contains mainly: green. Hex color #097C3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097C3C is #F683C3. Grayscale: #525252. Windows color (decimal): -16155588 or 3963913. OLE color: 3963913.
HSL color Cylindrical-coordinate representation of color #097C3C: hue angle of 146.61º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097C3C is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 124 | 60 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.51 |
| HSL | 146.61º | 0.86% | 0.26% | - |
| HSV(B) | 146.61º | 0.93% | 0.49% | - |
| XYZ | 8.14 | 14.8 | 6.7 | - |
| YUV | 82.32 | 115.4 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 60 | 0.93 | 0 | 0.52 | 0.51 | 146.61 | 0.86 | 0.26 |
| Hex | 9 | 7C | 3C | 5D | 0 | 34 | 33 | 93 | 56 | 1A |
| Octal | 11 | 174 | 74 | 135 | 0 | 64 | 63 | 223 | 126 | 32 |
| Binary | 1001 | 1111100 | 111100 | 1011101 | 0 | 110100 | 110011 | 10010011 | 1010110 | 11010 |
Color Harmonies of #097C3C
Complementary color
Monochromatic Colors of #097C3C
Black with #097C3C
Text Example
Text Example
White with #097C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097C3C; }
p { color: rgb(9,124,60); }
H1.HeaderClassName
{
color: #097C3C;
}
.AnyTagClassName
{
color: #097C3C;
}
</style>
background-color css
<style>
a { background-color: #097C3C; }
a { background-color: rgb(9,124,60); }
div.DivClassName
{
background-color: #097C3C;
}
.BgClassName
{
background-color: #097C3C;
}
</style>
border-color css
<style>
span { border-color: #097C3C; }
span { border-color: rgb(9,124,60); }
td.TdClassName
{
border-color: #097C3C;
}
.TagClassName
{
border-color: #097C3C;
}
</style>