Shades of Jewel #096144
Tints of Jewel #096144
RGB
CMYK
RGB Variations
Color information
#096144 (or 0x096144) is known color: Jewel. HEX triplet: 09, 61 and 44. RGB value is (9,97,68). Sum of RGB (Red+Green+Blue) = 9+97+68=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #096144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096144 is #F69EBB. Grayscale: #434343. Windows color (decimal): -16162492 or 4481289. OLE color: 4481289.
HSL color Cylindrical-coordinate representation of color #096144: hue angle of 160.23º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096144 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 68 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.62 |
| HSL | 160.23º | 0.83% | 0.21% | - |
| HSV(B) | 160.23º | 0.91% | 0.38% | - |
| XYZ | 5.43 | 9.02 | 6.92 | - |
| YUV | 67.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 68 | 0.91 | 0 | 0.30 | 0.62 | 160.23 | 0.83 | 0.21 |
| Hex | 9 | 61 | 44 | 5B | 0 | 1E | 3E | A0 | 53 | 15 |
| Octal | 11 | 141 | 104 | 133 | 0 | 36 | 76 | 240 | 123 | 25 |
| Binary | 1001 | 1100001 | 1000100 | 1011011 | 0 | 11110 | 111110 | 10100000 | 1010011 | 10101 |
Color Harmonies of #096144
Complementary color
Monochromatic Colors of #096144
Black with #096144
Text Example
Text Example
White with #096144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096144; }
p { color: rgb(9,97,68); }
H1.HeaderClassName
{
color: #096144;
}
.AnyTagClassName
{
color: #096144;
}
</style>
background-color css
<style>
a { background-color: #096144; }
a { background-color: rgb(9,97,68); }
div.DivClassName
{
background-color: #096144;
}
.BgClassName
{
background-color: #096144;
}
</style>
border-color css
<style>
span { border-color: #096144; }
span { border-color: rgb(9,97,68); }
td.TdClassName
{
border-color: #096144;
}
.TagClassName
{
border-color: #096144;
}
</style>