Shades of Jewel #095D40
Tints of Jewel #095D40
RGB
CMYK
RGB Variations
Color information
#095D40 (or 0x095D40) is known color: Jewel. HEX triplet: 09, 5D and 40. RGB value is (9,93,64). Sum of RGB (Red+Green+Blue) = 9+93+64=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #095D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D40 is #F6A2BF. Grayscale: #404040. Windows color (decimal): -16163520 or 4218121. OLE color: 4218121.
HSL color Cylindrical-coordinate representation of color #095D40: hue angle of 159.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D40 is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 64 | - |
| CMYK | 0.90 | 0 | 0.31 | 0.64 |
| HSL | 159.29º | 0.82% | 0.2% | - |
| HSV(B) | 159.29º | 0.9% | 0.36% | - |
| XYZ | 4.95 | 8.26 | 6.18 | - |
| YUV | 64.58 | 127.67 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 64 | 0.90 | 0 | 0.31 | 0.64 | 159.29 | 0.82 | 0.2 |
| Hex | 9 | 5D | 40 | 5A | 0 | 1F | 40 | 9F | 52 | 14 |
| Octal | 11 | 135 | 100 | 132 | 0 | 37 | 100 | 237 | 122 | 24 |
| Binary | 1001 | 1011101 | 1000000 | 1011010 | 0 | 11111 | 1000000 | 10011111 | 1010010 | 10100 |
Color Harmonies of #095D40
Complementary color
Monochromatic Colors of #095D40
Black with #095D40
Text Example
Text Example
White with #095D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D40; }
p { color: rgb(9,93,64); }
H1.HeaderClassName
{
color: #095D40;
}
.AnyTagClassName
{
color: #095D40;
}
</style>
background-color css
<style>
a { background-color: #095D40; }
a { background-color: rgb(9,93,64); }
div.DivClassName
{
background-color: #095D40;
}
.BgClassName
{
background-color: #095D40;
}
</style>
border-color css
<style>
span { border-color: #095D40; }
span { border-color: rgb(9,93,64); }
td.TdClassName
{
border-color: #095D40;
}
.TagClassName
{
border-color: #095D40;
}
</style>