Shades of Jewel #097040
Tints of Jewel #097040
RGB
CMYK
RGB Variations
Color information
#097040 (or 0x097040) is known color: Jewel. HEX triplet: 09, 70 and 40. RGB value is (9,112,64). Sum of RGB (Red+Green+Blue) = 9+112+64=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #097040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097040 is #F68FBF. Grayscale: #4B4B4B. Windows color (decimal): -16158656 or 4222985. OLE color: 4222985.
HSL color Cylindrical-coordinate representation of color #097040: hue angle of 152.04º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097040 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 64 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.56 |
| HSL | 152.04º | 0.85% | 0.24% | - |
| HSV(B) | 152.04º | 0.92% | 0.44% | - |
| XYZ | 6.83 | 12.02 | 6.81 | - |
| YUV | 75.73 | 121.38 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 64 | 0.92 | 0 | 0.43 | 0.56 | 152.04 | 0.85 | 0.24 |
| Hex | 9 | 70 | 40 | 5C | 0 | 2B | 38 | 98 | 55 | 18 |
| Octal | 11 | 160 | 100 | 134 | 0 | 53 | 70 | 230 | 125 | 30 |
| Binary | 1001 | 1110000 | 1000000 | 1011100 | 0 | 101011 | 111000 | 10011000 | 1010101 | 11000 |
Color Harmonies of #097040
Complementary color
Monochromatic Colors of #097040
Black with #097040
Text Example
Text Example
White with #097040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097040; }
p { color: rgb(9,112,64); }
H1.HeaderClassName
{
color: #097040;
}
.AnyTagClassName
{
color: #097040;
}
</style>
background-color css
<style>
a { background-color: #097040; }
a { background-color: rgb(9,112,64); }
div.DivClassName
{
background-color: #097040;
}
.BgClassName
{
background-color: #097040;
}
</style>
border-color css
<style>
span { border-color: #097040; }
span { border-color: rgb(9,112,64); }
td.TdClassName
{
border-color: #097040;
}
.TagClassName
{
border-color: #097040;
}
</style>