Shades of Jewel #095B40
Tints of Jewel #095B40
RGB
CMYK
RGB Variations
Color information
#095B40 (or 0x095B40) is known color: Jewel. HEX triplet: 09, 5B and 40. RGB value is (9,91,64). Sum of RGB (Red+Green+Blue) = 9+91+64=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 91 (35.94% from 255 or 55.49% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 91 - color contains mainly: green. Hex color #095B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095B40 is #F6A4BF. Grayscale: #3F3F3F. Windows color (decimal): -16164032 or 4217609. OLE color: 4217609.
HSL color Cylindrical-coordinate representation of color #095B40: hue angle of 160.24º 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 #095B40 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 91 | 64 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.64 |
| HSL | 160.24º | 0.82% | 0.2% | - |
| HSV(B) | 160.24º | 0.9% | 0.36% | - |
| XYZ | 4.78 | 7.91 | 6.13 | - |
| YUV | 63.4 | 128.33 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 64 | 0.90 | 0 | 0.30 | 0.64 | 160.24 | 0.82 | 0.2 |
| Hex | 9 | 5B | 40 | 5A | 0 | 1E | 40 | A0 | 52 | 14 |
| Octal | 11 | 133 | 100 | 132 | 0 | 36 | 100 | 240 | 122 | 24 |
| Binary | 1001 | 1011011 | 1000000 | 1011010 | 0 | 11110 | 1000000 | 10100000 | 1010010 | 10100 |
Color Harmonies of #095B40
Complementary color
Monochromatic Colors of #095B40
Black with #095B40
Text Example
Text Example
White with #095B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095B40; }
p { color: rgb(9,91,64); }
H1.HeaderClassName
{
color: #095B40;
}
.AnyTagClassName
{
color: #095B40;
}
</style>
background-color css
<style>
a { background-color: #095B40; }
a { background-color: rgb(9,91,64); }
div.DivClassName
{
background-color: #095B40;
}
.BgClassName
{
background-color: #095B40;
}
</style>
border-color css
<style>
span { border-color: #095B40; }
span { border-color: rgb(9,91,64); }
td.TdClassName
{
border-color: #095B40;
}
.TagClassName
{
border-color: #095B40;
}
</style>