Shades of Jewel #097247
Tints of Jewel #097247
RGB
CMYK
RGB Variations
Color information
#097247 (or 0x097247) is known color: Jewel. HEX triplet: 09, 72 and 47. RGB value is (9,114,71). Sum of RGB (Red+Green+Blue) = 9+114+71=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 114 (44.92% from 255 or 58.76% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 114 - color contains mainly: green. Hex color #097247 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097247 is #F68DB8. Grayscale: #4D4D4D. Windows color (decimal): -16158137 or 4682249. OLE color: 4682249.
HSL color Cylindrical-coordinate representation of color #097247: hue angle of 155.43º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097247 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 114 | 71 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.55 |
| HSL | 155.43º | 0.85% | 0.24% | - |
| HSV(B) | 155.43º | 0.92% | 0.45% | - |
| XYZ | 7.27 | 12.55 | 8 | - |
| YUV | 77.7 | 124.21 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 114 | 71 | 0.92 | 0 | 0.38 | 0.55 | 155.43 | 0.85 | 0.24 |
| Hex | 9 | 72 | 47 | 5C | 0 | 26 | 37 | 9B | 55 | 18 |
| Octal | 11 | 162 | 107 | 134 | 0 | 46 | 67 | 233 | 125 | 30 |
| Binary | 1001 | 1110010 | 1000111 | 1011100 | 0 | 100110 | 110111 | 10011011 | 1010101 | 11000 |
Color Harmonies of #097247
Complementary color
Monochromatic Colors of #097247
Black with #097247
Text Example
Text Example
White with #097247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097247; }
p { color: rgb(9,114,71); }
H1.HeaderClassName
{
color: #097247;
}
.AnyTagClassName
{
color: #097247;
}
</style>
background-color css
<style>
a { background-color: #097247; }
a { background-color: rgb(9,114,71); }
div.DivClassName
{
background-color: #097247;
}
.BgClassName
{
background-color: #097247;
}
</style>
border-color css
<style>
span { border-color: #097247; }
span { border-color: rgb(9,114,71); }
td.TdClassName
{
border-color: #097247;
}
.TagClassName
{
border-color: #097247;
}
</style>