Shades of Jewel #095B42
Tints of Jewel #095B42
RGB
CMYK
RGB Variations
Color information
#095B42 (or 0x095B42) is known color: Jewel. HEX triplet: 09, 5B and 42. RGB value is (9,91,66). Sum of RGB (Red+Green+Blue) = 9+91+66=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 91 (35.94% from 255 or 54.82% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 91 - color contains mainly: green. Hex color #095B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095B42 is #F6A4BD. Grayscale: #3F3F3F. Windows color (decimal): -16164030 or 4348681. OLE color: 4348681.
HSL color Cylindrical-coordinate representation of color #095B42: hue angle of 161.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095B42 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 91 | 66 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.64 |
| HSL | 161.71º | 0.82% | 0.2% | - |
| HSV(B) | 161.71º | 0.9% | 0.36% | - |
| XYZ | 4.84 | 7.93 | 6.43 | - |
| YUV | 63.63 | 129.33 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 66 | 0.90 | 0 | 0.27 | 0.64 | 161.71 | 0.82 | 0.2 |
| Hex | 9 | 5B | 42 | 5A | 0 | 1B | 40 | A2 | 52 | 14 |
| Octal | 11 | 133 | 102 | 132 | 0 | 33 | 100 | 242 | 122 | 24 |
| Binary | 1001 | 1011011 | 1000010 | 1011010 | 0 | 11011 | 1000000 | 10100010 | 1010010 | 10100 |
Color Harmonies of #095B42
Complementary color
Monochromatic Colors of #095B42
Black with #095B42
Text Example
Text Example
White with #095B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095B42; }
p { color: rgb(9,91,66); }
H1.HeaderClassName
{
color: #095B42;
}
.AnyTagClassName
{
color: #095B42;
}
</style>
background-color css
<style>
a { background-color: #095B42; }
a { background-color: rgb(9,91,66); }
div.DivClassName
{
background-color: #095B42;
}
.BgClassName
{
background-color: #095B42;
}
</style>
border-color css
<style>
span { border-color: #095B42; }
span { border-color: rgb(9,91,66); }
td.TdClassName
{
border-color: #095B42;
}
.TagClassName
{
border-color: #095B42;
}
</style>