Shades of Jewel #096C3E
Tints of Jewel #096C3E
RGB
CMYK
RGB Variations
Color information
#096C3E (or 0x096C3E) is known color: Jewel. HEX triplet: 09, 6C and 3E. RGB value is (9,108,62). Sum of RGB (Red+Green+Blue) = 9+108+62=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 108 (42.58% from 255 or 60.34% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 108 - color contains mainly: green. Hex color #096C3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096C3E is #F693C1. Grayscale: #494949. Windows color (decimal): -16159682 or 4090889. OLE color: 4090889.
HSL color Cylindrical-coordinate representation of color #096C3E: hue angle of 152.12º 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 #096C3E is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 108 | 62 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.58 |
| HSL | 152.12º | 0.85% | 0.23% | - |
| HSV(B) | 152.12º | 0.92% | 0.42% | - |
| XYZ | 6.34 | 11.13 | 6.37 | - |
| YUV | 73.16 | 121.7 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 62 | 0.92 | 0 | 0.43 | 0.58 | 152.12 | 0.85 | 0.23 |
| Hex | 9 | 6C | 3E | 5C | 0 | 2B | 3A | 98 | 55 | 17 |
| Octal | 11 | 154 | 76 | 134 | 0 | 53 | 72 | 230 | 125 | 27 |
| Binary | 1001 | 1101100 | 111110 | 1011100 | 0 | 101011 | 111010 | 10011000 | 1010101 | 10111 |
Color Harmonies of #096C3E
Complementary color
Monochromatic Colors of #096C3E
Black with #096C3E
Text Example
Text Example
White with #096C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096C3E; }
p { color: rgb(9,108,62); }
H1.HeaderClassName
{
color: #096C3E;
}
.AnyTagClassName
{
color: #096C3E;
}
</style>
background-color css
<style>
a { background-color: #096C3E; }
a { background-color: rgb(9,108,62); }
div.DivClassName
{
background-color: #096C3E;
}
.BgClassName
{
background-color: #096C3E;
}
</style>
border-color css
<style>
span { border-color: #096C3E; }
span { border-color: rgb(9,108,62); }
td.TdClassName
{
border-color: #096C3E;
}
.TagClassName
{
border-color: #096C3E;
}
</style>