Shades of Jewel #095945
Tints of Jewel #095945
RGB
CMYK
RGB Variations
Color information
#095945 (or 0x095945) is known color: Jewel. HEX triplet: 09, 59 and 45. RGB value is (9,89,69). Sum of RGB (Red+Green+Blue) = 9+89+69=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #095945 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095945 is #F6A6BA. Grayscale: #3E3E3E. Windows color (decimal): -16164539 or 4544777. OLE color: 4544777.
HSL color Cylindrical-coordinate representation of color #095945: hue angle of 165º 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 #095945 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 89 | 69 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.65 |
| HSL | 165º | 0.82% | 0.19% | - |
| HSV(B) | 165º | 0.9% | 0.35% | - |
| XYZ | 4.76 | 7.63 | 6.85 | - |
| YUV | 62.8 | 131.5 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 69 | 0.90 | 0 | 0.22 | 0.65 | 165 | 0.82 | 0.19 |
| Hex | 9 | 59 | 45 | 5A | 0 | 16 | 41 | A5 | 52 | 13 |
| Octal | 11 | 131 | 105 | 132 | 0 | 26 | 101 | 245 | 122 | 23 |
| Binary | 1001 | 1011001 | 1000101 | 1011010 | 0 | 10110 | 1000001 | 10100101 | 1010010 | 10011 |
Color Harmonies of #095945
Complementary color
Monochromatic Colors of #095945
Black with #095945
Text Example
Text Example
White with #095945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095945; }
p { color: rgb(9,89,69); }
H1.HeaderClassName
{
color: #095945;
}
.AnyTagClassName
{
color: #095945;
}
</style>
background-color css
<style>
a { background-color: #095945; }
a { background-color: rgb(9,89,69); }
div.DivClassName
{
background-color: #095945;
}
.BgClassName
{
background-color: #095945;
}
</style>
border-color css
<style>
span { border-color: #095945; }
span { border-color: rgb(9,89,69); }
td.TdClassName
{
border-color: #095945;
}
.TagClassName
{
border-color: #095945;
}
</style>