Shades of Jewel #095F45
Tints of Jewel #095F45
RGB
CMYK
RGB Variations
Color information
#095F45 (or 0x095F45) is known color: Jewel. HEX triplet: 09, 5F and 45. RGB value is (9,95,69). Sum of RGB (Red+Green+Blue) = 9+95+69=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 95 (37.5% from 255 or 54.91% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 95 - color contains mainly: green. Hex color #095F45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F45 is #F6A0BA. Grayscale: #424242. Windows color (decimal): -16163003 or 4546313. OLE color: 4546313.
HSL color Cylindrical-coordinate representation of color #095F45: hue angle of 161.86º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F45 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 95 | 69 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.63 |
| HSL | 161.86º | 0.83% | 0.2% | - |
| HSV(B) | 161.86º | 0.91% | 0.37% | - |
| XYZ | 5.28 | 8.67 | 7.03 | - |
| YUV | 66.32 | 129.51 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 69 | 0.91 | 0 | 0.27 | 0.63 | 161.86 | 0.83 | 0.2 |
| Hex | 9 | 5F | 45 | 5B | 0 | 1B | 3F | A2 | 53 | 14 |
| Octal | 11 | 137 | 105 | 133 | 0 | 33 | 77 | 242 | 123 | 24 |
| Binary | 1001 | 1011111 | 1000101 | 1011011 | 0 | 11011 | 111111 | 10100010 | 1010011 | 10100 |
Color Harmonies of #095F45
Complementary color
Monochromatic Colors of #095F45
Black with #095F45
Text Example
Text Example
White with #095F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F45; }
p { color: rgb(9,95,69); }
H1.HeaderClassName
{
color: #095F45;
}
.AnyTagClassName
{
color: #095F45;
}
</style>
background-color css
<style>
a { background-color: #095F45; }
a { background-color: rgb(9,95,69); }
div.DivClassName
{
background-color: #095F45;
}
.BgClassName
{
background-color: #095F45;
}
</style>
border-color css
<style>
span { border-color: #095F45; }
span { border-color: rgb(9,95,69); }
td.TdClassName
{
border-color: #095F45;
}
.TagClassName
{
border-color: #095F45;
}
</style>