Shades of Jewel #096F3C
Tints of Jewel #096F3C
RGB
CMYK
RGB Variations
Color information
#096F3C (or 0x096F3C) is known color: Jewel. HEX triplet: 09, 6F and 3C. RGB value is (9,111,60). Sum of RGB (Red+Green+Blue) = 9+111+60=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 111 (43.75% from 255 or 61.67% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 111 - color contains mainly: green. Hex color #096F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096F3C is #F690C3. Grayscale: #4A4A4A. Windows color (decimal): -16158916 or 3960585. OLE color: 3960585.
HSL color Cylindrical-coordinate representation of color #096F3C: hue angle of 150º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096F3C is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 111 | 60 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.56 |
| HSL | 150º | 0.85% | 0.24% | - |
| HSV(B) | 150º | 0.92% | 0.44% | - |
| XYZ | 6.61 | 11.75 | 6.2 | - |
| YUV | 74.69 | 119.71 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 60 | 0.92 | 0 | 0.46 | 0.56 | 150 | 0.85 | 0.24 |
| Hex | 9 | 6F | 3C | 5C | 0 | 2E | 38 | 96 | 55 | 18 |
| Octal | 11 | 157 | 74 | 134 | 0 | 56 | 70 | 226 | 125 | 30 |
| Binary | 1001 | 1101111 | 111100 | 1011100 | 0 | 101110 | 111000 | 10010110 | 1010101 | 11000 |
Color Harmonies of #096F3C
Complementary color
Monochromatic Colors of #096F3C
Black with #096F3C
Text Example
Text Example
White with #096F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096F3C; }
p { color: rgb(9,111,60); }
H1.HeaderClassName
{
color: #096F3C;
}
.AnyTagClassName
{
color: #096F3C;
}
</style>
background-color css
<style>
a { background-color: #096F3C; }
a { background-color: rgb(9,111,60); }
div.DivClassName
{
background-color: #096F3C;
}
.BgClassName
{
background-color: #096F3C;
}
</style>
border-color css
<style>
span { border-color: #096F3C; }
span { border-color: rgb(9,111,60); }
td.TdClassName
{
border-color: #096F3C;
}
.TagClassName
{
border-color: #096F3C;
}
</style>