Shades of Jewel #095A45
Tints of Jewel #095A45
RGB
CMYK
RGB Variations
Color information
#095A45 (or 0x095A45) is known color: Jewel. HEX triplet: 09, 5A and 45. RGB value is (9,90,69). Sum of RGB (Red+Green+Blue) = 9+90+69=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 90 (35.55% from 255 or 53.57% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 90 - color contains mainly: green. Hex color #095A45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A45 is #F6A5BA. Grayscale: #3F3F3F. Windows color (decimal): -16164283 or 4545033. OLE color: 4545033.
HSL color Cylindrical-coordinate representation of color #095A45: hue angle of 164.44º 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 #095A45 is Cyan = 0.9, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 90 | 69 | - |
| CMYK | 0.9 | 0 | 0.23 | 0.65 |
| HSL | 164.44º | 0.82% | 0.19% | - |
| HSV(B) | 164.44º | 0.9% | 0.35% | - |
| XYZ | 4.84 | 7.8 | 6.88 | - |
| YUV | 63.39 | 131.16 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 69 | 0.9 | 0 | 0.23 | 0.65 | 164.44 | 0.82 | 0.19 |
| Hex | 9 | 5A | 45 | 5A | 0 | 17 | 41 | A4 | 52 | 13 |
| Octal | 11 | 132 | 105 | 132 | 0 | 27 | 101 | 244 | 122 | 23 |
| Binary | 1001 | 1011010 | 1000101 | 1011010 | 0 | 10111 | 1000001 | 10100100 | 1010010 | 10011 |
Color Harmonies of #095A45
Complementary color
Monochromatic Colors of #095A45
Black with #095A45
Text Example
Text Example
White with #095A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095A45; }
p { color: rgb(9,90,69); }
H1.HeaderClassName
{
color: #095A45;
}
.AnyTagClassName
{
color: #095A45;
}
</style>
background-color css
<style>
a { background-color: #095A45; }
a { background-color: rgb(9,90,69); }
div.DivClassName
{
background-color: #095A45;
}
.BgClassName
{
background-color: #095A45;
}
</style>
border-color css
<style>
span { border-color: #095A45; }
span { border-color: rgb(9,90,69); }
td.TdClassName
{
border-color: #095A45;
}
.TagClassName
{
border-color: #095A45;
}
</style>