Shades of Jewel #096246
Tints of Jewel #096246
RGB
CMYK
RGB Variations
Color information
#096246 (or 0x096246) is known color: Jewel. HEX triplet: 09, 62 and 46. RGB value is (9,98,70). Sum of RGB (Red+Green+Blue) = 9+98+70=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #096246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096246 is #F69DB9. Grayscale: #444444. Windows color (decimal): -16162234 or 4612617. OLE color: 4612617.
HSL color Cylindrical-coordinate representation of color #096246: hue angle of 161.12º 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 #096246 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 98 | 70 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.62 |
| HSL | 161.12º | 0.83% | 0.21% | - |
| HSV(B) | 161.12º | 0.91% | 0.38% | - |
| XYZ | 5.59 | 9.24 | 7.28 | - |
| YUV | 68.2 | 129.01 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 70 | 0.91 | 0 | 0.29 | 0.62 | 161.12 | 0.83 | 0.21 |
| Hex | 9 | 62 | 46 | 5B | 0 | 1D | 3E | A1 | 53 | 15 |
| Octal | 11 | 142 | 106 | 133 | 0 | 35 | 76 | 241 | 123 | 25 |
| Binary | 1001 | 1100010 | 1000110 | 1011011 | 0 | 11101 | 111110 | 10100001 | 1010011 | 10101 |
Color Harmonies of #096246
Complementary color
Monochromatic Colors of #096246
Black with #096246
Text Example
Text Example
White with #096246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096246; }
p { color: rgb(9,98,70); }
H1.HeaderClassName
{
color: #096246;
}
.AnyTagClassName
{
color: #096246;
}
</style>
background-color css
<style>
a { background-color: #096246; }
a { background-color: rgb(9,98,70); }
div.DivClassName
{
background-color: #096246;
}
.BgClassName
{
background-color: #096246;
}
</style>
border-color css
<style>
span { border-color: #096246; }
span { border-color: rgb(9,98,70); }
td.TdClassName
{
border-color: #096246;
}
.TagClassName
{
border-color: #096246;
}
</style>