Shades of Jewel #097142
Tints of Jewel #097142
RGB
CMYK
RGB Variations
Color information
#097142 (or 0x097142) is known color: Jewel. HEX triplet: 09, 71 and 42. RGB value is (9,113,66). Sum of RGB (Red+Green+Blue) = 9+113+66=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #097142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097142 is #F68EBD. Grayscale: #4C4C4C. Windows color (decimal): -16158398 or 4354313. OLE color: 4354313.
HSL color Cylindrical-coordinate representation of color #097142: hue angle of 152.88º 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 #097142 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 113 | 66 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.56 |
| HSL | 152.88º | 0.85% | 0.24% | - |
| HSV(B) | 152.88º | 0.92% | 0.44% | - |
| XYZ | 7 | 12.26 | 7.15 | - |
| YUV | 76.55 | 122.04 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 66 | 0.92 | 0 | 0.42 | 0.56 | 152.88 | 0.85 | 0.24 |
| Hex | 9 | 71 | 42 | 5C | 0 | 2A | 38 | 99 | 55 | 18 |
| Octal | 11 | 161 | 102 | 134 | 0 | 52 | 70 | 231 | 125 | 30 |
| Binary | 1001 | 1110001 | 1000010 | 1011100 | 0 | 101010 | 111000 | 10011001 | 1010101 | 11000 |
Color Harmonies of #097142
Complementary color
Monochromatic Colors of #097142
Black with #097142
Text Example
Text Example
White with #097142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097142; }
p { color: rgb(9,113,66); }
H1.HeaderClassName
{
color: #097142;
}
.AnyTagClassName
{
color: #097142;
}
</style>
background-color css
<style>
a { background-color: #097142; }
a { background-color: rgb(9,113,66); }
div.DivClassName
{
background-color: #097142;
}
.BgClassName
{
background-color: #097142;
}
</style>
border-color css
<style>
span { border-color: #097142; }
span { border-color: rgb(9,113,66); }
td.TdClassName
{
border-color: #097142;
}
.TagClassName
{
border-color: #097142;
}
</style>