Shades of Jewel #097041
Tints of Jewel #097041
RGB
CMYK
RGB Variations
Color information
#097041 (or 0x097041) is known color: Jewel. HEX triplet: 09, 70 and 41. RGB value is (9,112,65). Sum of RGB (Red+Green+Blue) = 9+112+65=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #097041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097041 is #F68FBE. Grayscale: #4B4B4B. Windows color (decimal): -16158655 or 4288521. OLE color: 4288521.
HSL color Cylindrical-coordinate representation of color #097041: hue angle of 152.62º 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 #097041 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 65 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.56 |
| HSL | 152.62º | 0.85% | 0.24% | - |
| HSV(B) | 152.62º | 0.92% | 0.44% | - |
| XYZ | 6.86 | 12.03 | 6.96 | - |
| YUV | 75.85 | 121.88 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 65 | 0.92 | 0 | 0.42 | 0.56 | 152.62 | 0.85 | 0.24 |
| Hex | 9 | 70 | 41 | 5C | 0 | 2A | 38 | 99 | 55 | 18 |
| Octal | 11 | 160 | 101 | 134 | 0 | 52 | 70 | 231 | 125 | 30 |
| Binary | 1001 | 1110000 | 1000001 | 1011100 | 0 | 101010 | 111000 | 10011001 | 1010101 | 11000 |
Color Harmonies of #097041
Complementary color
Monochromatic Colors of #097041
Black with #097041
Text Example
Text Example
White with #097041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097041; }
p { color: rgb(9,112,65); }
H1.HeaderClassName
{
color: #097041;
}
.AnyTagClassName
{
color: #097041;
}
</style>
background-color css
<style>
a { background-color: #097041; }
a { background-color: rgb(9,112,65); }
div.DivClassName
{
background-color: #097041;
}
.BgClassName
{
background-color: #097041;
}
</style>
border-color css
<style>
span { border-color: #097041; }
span { border-color: rgb(9,112,65); }
td.TdClassName
{
border-color: #097041;
}
.TagClassName
{
border-color: #097041;
}
</style>