Shades of Jewel #096B45
Tints of Jewel #096B45
RGB
CMYK
RGB Variations
Color information
#096B45 (or 0x096B45) is known color: Jewel. HEX triplet: 09, 6B and 45. RGB value is (9,107,69). Sum of RGB (Red+Green+Blue) = 9+107+69=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 107 (42.19% from 255 or 57.84% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 107 - color contains mainly: green. Hex color #096B45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B45 is #F694BA. Grayscale: #494949. Windows color (decimal): -16159931 or 4549385. OLE color: 4549385.
HSL color Cylindrical-coordinate representation of color #096B45: hue angle of 156.73º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096B45 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 107 | 69 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.58 |
| HSL | 156.73º | 0.84% | 0.23% | - |
| HSV(B) | 156.73º | 0.92% | 0.42% | - |
| XYZ | 6.44 | 11 | 7.41 | - |
| YUV | 73.37 | 125.53 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 69 | 0.92 | 0 | 0.36 | 0.58 | 156.73 | 0.84 | 0.23 |
| Hex | 9 | 6B | 45 | 5C | 0 | 24 | 3A | 9D | 54 | 17 |
| Octal | 11 | 153 | 105 | 134 | 0 | 44 | 72 | 235 | 124 | 27 |
| Binary | 1001 | 1101011 | 1000101 | 1011100 | 0 | 100100 | 111010 | 10011101 | 1010100 | 10111 |
Color Harmonies of #096B45
Complementary color
Monochromatic Colors of #096B45
Black with #096B45
Text Example
Text Example
White with #096B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096B45; }
p { color: rgb(9,107,69); }
H1.HeaderClassName
{
color: #096B45;
}
.AnyTagClassName
{
color: #096B45;
}
</style>
background-color css
<style>
a { background-color: #096B45; }
a { background-color: rgb(9,107,69); }
div.DivClassName
{
background-color: #096B45;
}
.BgClassName
{
background-color: #096B45;
}
</style>
border-color css
<style>
span { border-color: #096B45; }
span { border-color: rgb(9,107,69); }
td.TdClassName
{
border-color: #096B45;
}
.TagClassName
{
border-color: #096B45;
}
</style>