Shades of Jewel #096547
Tints of Jewel #096547
RGB
CMYK
RGB Variations
Color information
#096547 (or 0x096547) is known color: Jewel. HEX triplet: 09, 65 and 47. RGB value is (9,101,71). Sum of RGB (Red+Green+Blue) = 9+101+71=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #096547 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096547 is #F69AB8. Grayscale: #464646. Windows color (decimal): -16161465 or 4678921. OLE color: 4678921.
HSL color Cylindrical-coordinate representation of color #096547: hue angle of 160.43º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096547 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 101 | 71 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.60 |
| HSL | 160.43º | 0.84% | 0.22% | - |
| HSV(B) | 160.43º | 0.91% | 0.4% | - |
| XYZ | 5.9 | 9.82 | 7.55 | - |
| YUV | 70.07 | 128.52 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 71 | 0.91 | 0 | 0.30 | 0.60 | 160.43 | 0.84 | 0.22 |
| Hex | 9 | 65 | 47 | 5B | 0 | 1E | 3C | A0 | 54 | 16 |
| Octal | 11 | 145 | 107 | 133 | 0 | 36 | 74 | 240 | 124 | 26 |
| Binary | 1001 | 1100101 | 1000111 | 1011011 | 0 | 11110 | 111100 | 10100000 | 1010100 | 10110 |
Color Harmonies of #096547
Complementary color
Monochromatic Colors of #096547
Black with #096547
Text Example
Text Example
White with #096547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096547; }
p { color: rgb(9,101,71); }
H1.HeaderClassName
{
color: #096547;
}
.AnyTagClassName
{
color: #096547;
}
</style>
background-color css
<style>
a { background-color: #096547; }
a { background-color: rgb(9,101,71); }
div.DivClassName
{
background-color: #096547;
}
.BgClassName
{
background-color: #096547;
}
</style>
border-color css
<style>
span { border-color: #096547; }
span { border-color: rgb(9,101,71); }
td.TdClassName
{
border-color: #096547;
}
.TagClassName
{
border-color: #096547;
}
</style>