Shades of Jewel #096344
Tints of Jewel #096344
RGB
CMYK
RGB Variations
Color information
#096344 (or 0x096344) is known color: Jewel. HEX triplet: 09, 63 and 44. RGB value is (9,99,68). Sum of RGB (Red+Green+Blue) = 9+99+68=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #096344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096344 is #F69CBB. Grayscale: #444444. Windows color (decimal): -16161980 or 4481801. OLE color: 4481801.
HSL color Cylindrical-coordinate representation of color #096344: hue angle of 159.33º 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 #096344 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 99 | 68 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.61 |
| HSL | 159.33º | 0.83% | 0.21% | - |
| HSV(B) | 159.33º | 0.91% | 0.39% | - |
| XYZ | 5.62 | 9.4 | 6.99 | - |
| YUV | 68.56 | 127.68 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 68 | 0.91 | 0 | 0.31 | 0.61 | 159.33 | 0.83 | 0.21 |
| Hex | 9 | 63 | 44 | 5B | 0 | 1F | 3D | 9F | 53 | 15 |
| Octal | 11 | 143 | 104 | 133 | 0 | 37 | 75 | 237 | 123 | 25 |
| Binary | 1001 | 1100011 | 1000100 | 1011011 | 0 | 11111 | 111101 | 10011111 | 1010011 | 10101 |
Color Harmonies of #096344
Complementary color
Monochromatic Colors of #096344
Black with #096344
Text Example
Text Example
White with #096344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096344; }
p { color: rgb(9,99,68); }
H1.HeaderClassName
{
color: #096344;
}
.AnyTagClassName
{
color: #096344;
}
</style>
background-color css
<style>
a { background-color: #096344; }
a { background-color: rgb(9,99,68); }
div.DivClassName
{
background-color: #096344;
}
.BgClassName
{
background-color: #096344;
}
</style>
border-color css
<style>
span { border-color: #096344; }
span { border-color: rgb(9,99,68); }
td.TdClassName
{
border-color: #096344;
}
.TagClassName
{
border-color: #096344;
}
</style>