Shades of Jewel #095A40
Tints of Jewel #095A40
RGB
CMYK
RGB Variations
Color information
#095A40 (or 0x095A40) is known color: Jewel. HEX triplet: 09, 5A and 40. RGB value is (9,90,64). Sum of RGB (Red+Green+Blue) = 9+90+64=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #095A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A40 is #F6A5BF. Grayscale: #3E3E3E. Windows color (decimal): -16164288 or 4217353. OLE color: 4217353.
HSL color Cylindrical-coordinate representation of color #095A40: hue angle of 160.74º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A40 is Cyan = 0.9, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 64 | - |
| CMYK | 0.9 | 0 | 0.29 | 0.65 |
| HSL | 160.74º | 0.82% | 0.19% | - |
| HSV(B) | 160.74º | 0.9% | 0.35% | - |
| XYZ | 4.69 | 7.74 | 6.1 | - |
| YUV | 62.82 | 128.66 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 64 | 0.9 | 0 | 0.29 | 0.65 | 160.74 | 0.82 | 0.19 |
| Hex | 9 | 5A | 40 | 5A | 0 | 1D | 41 | A1 | 52 | 13 |
| Octal | 11 | 132 | 100 | 132 | 0 | 35 | 101 | 241 | 122 | 23 |
| Binary | 1001 | 1011010 | 1000000 | 1011010 | 0 | 11101 | 1000001 | 10100001 | 1010010 | 10011 |
Color Harmonies of #095A40
Complementary color
Monochromatic Colors of #095A40
Black with #095A40
Text Example
Text Example
White with #095A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A40; }
p { color: rgb(9,90,64); }
H1.HeaderClassName
{
color: #095A40;
}
.AnyTagClassName
{
color: #095A40;
}
</style>
background-color css
<style>
a { background-color: #095A40; }
a { background-color: rgb(9,90,64); }
div.DivClassName
{
background-color: #095A40;
}
.BgClassName
{
background-color: #095A40;
}
</style>
border-color css
<style>
span { border-color: #095A40; }
span { border-color: rgb(9,90,64); }
td.TdClassName
{
border-color: #095A40;
}
.TagClassName
{
border-color: #095A40;
}
</style>