Shades of Jewel #095F44
Tints of Jewel #095F44
RGB
CMYK
RGB Variations
Color information
#095F44 (or 0x095F44) is known color: Jewel. HEX triplet: 09, 5F and 44. RGB value is (9,95,68). Sum of RGB (Red+Green+Blue) = 9+95+68=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 95 (37.5% from 255 or 55.23% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 95 - color contains mainly: green. Hex color #095F44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F44 is #F6A0BB. Grayscale: #424242. Windows color (decimal): -16163004 or 4480777. OLE color: 4480777.
HSL color Cylindrical-coordinate representation of color #095F44: hue angle of 161.16º 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 #095F44 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 95 | 68 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.63 |
| HSL | 161.16º | 0.83% | 0.2% | - |
| HSV(B) | 161.16º | 0.91% | 0.37% | - |
| XYZ | 5.25 | 8.66 | 6.86 | - |
| YUV | 66.21 | 129.01 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 68 | 0.91 | 0 | 0.28 | 0.63 | 161.16 | 0.83 | 0.2 |
| Hex | 9 | 5F | 44 | 5B | 0 | 1C | 3F | A1 | 53 | 14 |
| Octal | 11 | 137 | 104 | 133 | 0 | 34 | 77 | 241 | 123 | 24 |
| Binary | 1001 | 1011111 | 1000100 | 1011011 | 0 | 11100 | 111111 | 10100001 | 1010011 | 10100 |
Color Harmonies of #095F44
Complementary color
Monochromatic Colors of #095F44
Black with #095F44
Text Example
Text Example
White with #095F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F44; }
p { color: rgb(9,95,68); }
H1.HeaderClassName
{
color: #095F44;
}
.AnyTagClassName
{
color: #095F44;
}
</style>
background-color css
<style>
a { background-color: #095F44; }
a { background-color: rgb(9,95,68); }
div.DivClassName
{
background-color: #095F44;
}
.BgClassName
{
background-color: #095F44;
}
</style>
border-color css
<style>
span { border-color: #095F44; }
span { border-color: rgb(9,95,68); }
td.TdClassName
{
border-color: #095F44;
}
.TagClassName
{
border-color: #095F44;
}
</style>