Shades of Jewel #096B43
Tints of Jewel #096B43
RGB
CMYK
RGB Variations
Color information
#096B43 (or 0x096B43) is known color: Jewel. HEX triplet: 09, 6B and 43. RGB value is (9,107,67). Sum of RGB (Red+Green+Blue) = 9+107+67=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 107 (42.19% from 255 or 58.47% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 107 - color contains mainly: green. Hex color #096B43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096B43 is #F694BC. Grayscale: #494949. Windows color (decimal): -16159933 or 4418313. OLE color: 4418313.
HSL color Cylindrical-coordinate representation of color #096B43: hue angle of 155.51º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096B43 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 107 | 67 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.58 |
| HSL | 155.51º | 0.84% | 0.23% | - |
| HSV(B) | 155.51º | 0.92% | 0.42% | - |
| XYZ | 6.38 | 10.98 | 7.09 | - |
| YUV | 73.14 | 124.53 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 67 | 0.92 | 0 | 0.37 | 0.58 | 155.51 | 0.84 | 0.23 |
| Hex | 9 | 6B | 43 | 5C | 0 | 25 | 3A | 9C | 54 | 17 |
| Octal | 11 | 153 | 103 | 134 | 0 | 45 | 72 | 234 | 124 | 27 |
| Binary | 1001 | 1101011 | 1000011 | 1011100 | 0 | 100101 | 111010 | 10011100 | 1010100 | 10111 |
Color Harmonies of #096B43
Complementary color
Monochromatic Colors of #096B43
Black with #096B43
Text Example
Text Example
White with #096B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096B43; }
p { color: rgb(9,107,67); }
H1.HeaderClassName
{
color: #096B43;
}
.AnyTagClassName
{
color: #096B43;
}
</style>
background-color css
<style>
a { background-color: #096B43; }
a { background-color: rgb(9,107,67); }
div.DivClassName
{
background-color: #096B43;
}
.BgClassName
{
background-color: #096B43;
}
</style>
border-color css
<style>
span { border-color: #096B43; }
span { border-color: rgb(9,107,67); }
td.TdClassName
{
border-color: #096B43;
}
.TagClassName
{
border-color: #096B43;
}
</style>