Shades of Jewel #096945
Tints of Jewel #096945
RGB
CMYK
RGB Variations
Color information
#096945 (or 0x096945) is known color: Jewel. HEX triplet: 09, 69 and 45. RGB value is (9,105,69). Sum of RGB (Red+Green+Blue) = 9+105+69=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 105 (41.41% from 255 or 57.38% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 105 - color contains mainly: green. Hex color #096945 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096945 is #F696BA. Grayscale: #484848. Windows color (decimal): -16160443 or 4548873. OLE color: 4548873.
HSL color Cylindrical-coordinate representation of color #096945: hue angle of 157.5º 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 #096945 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 69 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.59 |
| HSL | 157.5º | 0.84% | 0.22% | - |
| HSV(B) | 157.5º | 0.91% | 0.41% | - |
| XYZ | 6.24 | 10.59 | 7.35 | - |
| YUV | 72.19 | 126.2 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 69 | 0.91 | 0 | 0.34 | 0.59 | 157.5 | 0.84 | 0.22 |
| Hex | 9 | 69 | 45 | 5B | 0 | 22 | 3B | 9E | 54 | 16 |
| Octal | 11 | 151 | 105 | 133 | 0 | 42 | 73 | 236 | 124 | 26 |
| Binary | 1001 | 1101001 | 1000101 | 1011011 | 0 | 100010 | 111011 | 10011110 | 1010100 | 10110 |
Color Harmonies of #096945
Complementary color
Monochromatic Colors of #096945
Black with #096945
Text Example
Text Example
White with #096945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096945; }
p { color: rgb(9,105,69); }
H1.HeaderClassName
{
color: #096945;
}
.AnyTagClassName
{
color: #096945;
}
</style>
background-color css
<style>
a { background-color: #096945; }
a { background-color: rgb(9,105,69); }
div.DivClassName
{
background-color: #096945;
}
.BgClassName
{
background-color: #096945;
}
</style>
border-color css
<style>
span { border-color: #096945; }
span { border-color: rgb(9,105,69); }
td.TdClassName
{
border-color: #096945;
}
.TagClassName
{
border-color: #096945;
}
</style>