Shades of Jewel #096845
Tints of Jewel #096845
RGB
CMYK
RGB Variations
Color information
#096845 (or 0x096845) is known color: Jewel. HEX triplet: 09, 68 and 45. RGB value is (9,104,69). Sum of RGB (Red+Green+Blue) = 9+104+69=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #096845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096845 is #F697BA. Grayscale: #474747. Windows color (decimal): -16160699 or 4548617. OLE color: 4548617.
HSL color Cylindrical-coordinate representation of color #096845: hue angle of 157.89º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096845 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 104 | 69 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.59 |
| HSL | 157.89º | 0.84% | 0.22% | - |
| HSV(B) | 157.89º | 0.91% | 0.41% | - |
| XYZ | 6.14 | 10.39 | 7.31 | - |
| YUV | 71.61 | 126.53 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 69 | 0.91 | 0 | 0.34 | 0.59 | 157.89 | 0.84 | 0.22 |
| Hex | 9 | 68 | 45 | 5B | 0 | 22 | 3B | 9E | 54 | 16 |
| Octal | 11 | 150 | 105 | 133 | 0 | 42 | 73 | 236 | 124 | 26 |
| Binary | 1001 | 1101000 | 1000101 | 1011011 | 0 | 100010 | 111011 | 10011110 | 1010100 | 10110 |
Color Harmonies of #096845
Complementary color
Monochromatic Colors of #096845
Black with #096845
Text Example
Text Example
White with #096845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096845; }
p { color: rgb(9,104,69); }
H1.HeaderClassName
{
color: #096845;
}
.AnyTagClassName
{
color: #096845;
}
</style>
background-color css
<style>
a { background-color: #096845; }
a { background-color: rgb(9,104,69); }
div.DivClassName
{
background-color: #096845;
}
.BgClassName
{
background-color: #096845;
}
</style>
border-color css
<style>
span { border-color: #096845; }
span { border-color: rgb(9,104,69); }
td.TdClassName
{
border-color: #096845;
}
.TagClassName
{
border-color: #096845;
}
</style>