Shades of Jewel #095942
Tints of Jewel #095942
RGB
CMYK
RGB Variations
Color information
#095942 (or 0x095942) is known color: Jewel. HEX triplet: 09, 59 and 42. RGB value is (9,89,66). Sum of RGB (Red+Green+Blue) = 9+89+66=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #095942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095942 is #F6A6BD. Grayscale: #3E3E3E. Windows color (decimal): -16164542 or 4348169. OLE color: 4348169.
HSL color Cylindrical-coordinate representation of color #095942: hue angle of 162.75º 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 #095942 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 89 | 66 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.65 |
| HSL | 162.75º | 0.82% | 0.19% | - |
| HSV(B) | 162.75º | 0.9% | 0.35% | - |
| XYZ | 4.67 | 7.6 | 6.37 | - |
| YUV | 62.46 | 130 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 66 | 0.90 | 0 | 0.26 | 0.65 | 162.75 | 0.82 | 0.19 |
| Hex | 9 | 59 | 42 | 5A | 0 | 1A | 41 | A3 | 52 | 13 |
| Octal | 11 | 131 | 102 | 132 | 0 | 32 | 101 | 243 | 122 | 23 |
| Binary | 1001 | 1011001 | 1000010 | 1011010 | 0 | 11010 | 1000001 | 10100011 | 1010010 | 10011 |
Color Harmonies of #095942
Complementary color
Monochromatic Colors of #095942
Black with #095942
Text Example
Text Example
White with #095942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095942; }
p { color: rgb(9,89,66); }
H1.HeaderClassName
{
color: #095942;
}
.AnyTagClassName
{
color: #095942;
}
</style>
background-color css
<style>
a { background-color: #095942; }
a { background-color: rgb(9,89,66); }
div.DivClassName
{
background-color: #095942;
}
.BgClassName
{
background-color: #095942;
}
</style>
border-color css
<style>
span { border-color: #095942; }
span { border-color: rgb(9,89,66); }
td.TdClassName
{
border-color: #095942;
}
.TagClassName
{
border-color: #095942;
}
</style>