Shades of Jewel #096C43
Tints of Jewel #096C43
RGB
CMYK
RGB Variations
Color information
#096C43 (or 0x096C43) is known color: Jewel. HEX triplet: 09, 6C and 43. RGB value is (9,108,67). Sum of RGB (Red+Green+Blue) = 9+108+67=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 108 (42.58% from 255 or 58.70% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 108 - color contains mainly: green. Hex color #096C43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096C43 is #F693BC. Grayscale: #494949. Windows color (decimal): -16159677 or 4418569. OLE color: 4418569.
HSL color Cylindrical-coordinate representation of color #096C43: hue angle of 155.15º degrees, saturation: 0.85, 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 #096C43 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 108 | 67 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.58 |
| HSL | 155.15º | 0.85% | 0.23% | - |
| HSV(B) | 155.15º | 0.92% | 0.42% | - |
| XYZ | 6.49 | 11.19 | 7.13 | - |
| YUV | 73.73 | 124.2 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 67 | 0.92 | 0 | 0.38 | 0.58 | 155.15 | 0.85 | 0.23 |
| Hex | 9 | 6C | 43 | 5C | 0 | 26 | 3A | 9B | 55 | 17 |
| Octal | 11 | 154 | 103 | 134 | 0 | 46 | 72 | 233 | 125 | 27 |
| Binary | 1001 | 1101100 | 1000011 | 1011100 | 0 | 100110 | 111010 | 10011011 | 1010101 | 10111 |
Color Harmonies of #096C43
Complementary color
Monochromatic Colors of #096C43
Black with #096C43
Text Example
Text Example
White with #096C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096C43; }
p { color: rgb(9,108,67); }
H1.HeaderClassName
{
color: #096C43;
}
.AnyTagClassName
{
color: #096C43;
}
</style>
background-color css
<style>
a { background-color: #096C43; }
a { background-color: rgb(9,108,67); }
div.DivClassName
{
background-color: #096C43;
}
.BgClassName
{
background-color: #096C43;
}
</style>
border-color css
<style>
span { border-color: #096C43; }
span { border-color: rgb(9,108,67); }
td.TdClassName
{
border-color: #096C43;
}
.TagClassName
{
border-color: #096C43;
}
</style>