Shades of Jewel #096442
Tints of Jewel #096442
RGB
CMYK
RGB Variations
Color information
#096442 (or 0x096442) is known color: Jewel. HEX triplet: 09, 64 and 42. RGB value is (9,100,66). Sum of RGB (Red+Green+Blue) = 9+100+66=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 100 (39.45% from 255 or 57.14% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 100 - color contains mainly: green. Hex color #096442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096442 is #F69BBD. Grayscale: #444444. Windows color (decimal): -16161726 or 4350985. OLE color: 4350985.
HSL color Cylindrical-coordinate representation of color #096442: hue angle of 157.58º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096442 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 66 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.61 |
| HSL | 157.58º | 0.83% | 0.21% | - |
| HSV(B) | 157.58º | 0.91% | 0.39% | - |
| XYZ | 5.65 | 9.57 | 6.7 | - |
| YUV | 68.92 | 126.35 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 66 | 0.91 | 0 | 0.34 | 0.61 | 157.58 | 0.83 | 0.21 |
| Hex | 9 | 64 | 42 | 5B | 0 | 22 | 3D | 9E | 53 | 15 |
| Octal | 11 | 144 | 102 | 133 | 0 | 42 | 75 | 236 | 123 | 25 |
| Binary | 1001 | 1100100 | 1000010 | 1011011 | 0 | 100010 | 111101 | 10011110 | 1010011 | 10101 |
Color Harmonies of #096442
Complementary color
Monochromatic Colors of #096442
Black with #096442
Text Example
Text Example
White with #096442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096442; }
p { color: rgb(9,100,66); }
H1.HeaderClassName
{
color: #096442;
}
.AnyTagClassName
{
color: #096442;
}
</style>
background-color css
<style>
a { background-color: #096442; }
a { background-color: rgb(9,100,66); }
div.DivClassName
{
background-color: #096442;
}
.BgClassName
{
background-color: #096442;
}
</style>
border-color css
<style>
span { border-color: #096442; }
span { border-color: rgb(9,100,66); }
td.TdClassName
{
border-color: #096442;
}
.TagClassName
{
border-color: #096442;
}
</style>