Shades of Jewel #096744
Tints of Jewel #096744
RGB
CMYK
RGB Variations
Color information
#096744 (or 0x096744) is known color: Jewel. HEX triplet: 09, 67 and 44. RGB value is (9,103,68). Sum of RGB (Red+Green+Blue) = 9+103+68=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 103 (40.62% from 255 or 57.22% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 103 - color contains mainly: green. Hex color #096744 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096744 is #F698BB. Grayscale: #464646. Windows color (decimal): -16160956 or 4482825. OLE color: 4482825.
HSL color Cylindrical-coordinate representation of color #096744: hue angle of 157.66º 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 #096744 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 103 | 68 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.60 |
| HSL | 157.66º | 0.84% | 0.22% | - |
| HSV(B) | 157.66º | 0.91% | 0.4% | - |
| XYZ | 6.01 | 10.18 | 7.12 | - |
| YUV | 70.9 | 126.36 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 68 | 0.91 | 0 | 0.34 | 0.60 | 157.66 | 0.84 | 0.22 |
| Hex | 9 | 67 | 44 | 5B | 0 | 22 | 3C | 9E | 54 | 16 |
| Octal | 11 | 147 | 104 | 133 | 0 | 42 | 74 | 236 | 124 | 26 |
| Binary | 1001 | 1100111 | 1000100 | 1011011 | 0 | 100010 | 111100 | 10011110 | 1010100 | 10110 |
Color Harmonies of #096744
Complementary color
Monochromatic Colors of #096744
Black with #096744
Text Example
Text Example
White with #096744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096744; }
p { color: rgb(9,103,68); }
H1.HeaderClassName
{
color: #096744;
}
.AnyTagClassName
{
color: #096744;
}
</style>
background-color css
<style>
a { background-color: #096744; }
a { background-color: rgb(9,103,68); }
div.DivClassName
{
background-color: #096744;
}
.BgClassName
{
background-color: #096744;
}
</style>
border-color css
<style>
span { border-color: #096744; }
span { border-color: rgb(9,103,68); }
td.TdClassName
{
border-color: #096744;
}
.TagClassName
{
border-color: #096744;
}
</style>