Shades of Jewel #097245
Tints of Jewel #097245
RGB
CMYK
RGB Variations
Color information
#097245 (or 0x097245) is known color: Jewel. HEX triplet: 09, 72 and 45. RGB value is (9,114,69). Sum of RGB (Red+Green+Blue) = 9+114+69=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 114 (44.92% from 255 or 59.38% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 114 - color contains mainly: green. Hex color #097245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097245 is #F68DBA. Grayscale: #4D4D4D. Windows color (decimal): -16158139 or 4551177. OLE color: 4551177.
HSL color Cylindrical-coordinate representation of color #097245: hue angle of 154.29º 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 #097245 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 114 | 69 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.55 |
| HSL | 154.29º | 0.85% | 0.24% | - |
| HSV(B) | 154.29º | 0.92% | 0.45% | - |
| XYZ | 7.2 | 12.52 | 7.67 | - |
| YUV | 77.48 | 123.21 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 114 | 69 | 0.92 | 0 | 0.39 | 0.55 | 154.29 | 0.85 | 0.24 |
| Hex | 9 | 72 | 45 | 5C | 0 | 27 | 37 | 9A | 55 | 18 |
| Octal | 11 | 162 | 105 | 134 | 0 | 47 | 67 | 232 | 125 | 30 |
| Binary | 1001 | 1110010 | 1000101 | 1011100 | 0 | 100111 | 110111 | 10011010 | 1010101 | 11000 |
Color Harmonies of #097245
Complementary color
Monochromatic Colors of #097245
Black with #097245
Text Example
Text Example
White with #097245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097245; }
p { color: rgb(9,114,69); }
H1.HeaderClassName
{
color: #097245;
}
.AnyTagClassName
{
color: #097245;
}
</style>
background-color css
<style>
a { background-color: #097245; }
a { background-color: rgb(9,114,69); }
div.DivClassName
{
background-color: #097245;
}
.BgClassName
{
background-color: #097245;
}
</style>
border-color css
<style>
span { border-color: #097245; }
span { border-color: rgb(9,114,69); }
td.TdClassName
{
border-color: #097245;
}
.TagClassName
{
border-color: #097245;
}
</style>