Shades of Jewel #095F3F
Tints of Jewel #095F3F
RGB
CMYK
RGB Variations
Color information
#095F3F (or 0x095F3F) is known color: Jewel. HEX triplet: 09, 5F and 3F. RGB value is (9,95,63). Sum of RGB (Red+Green+Blue) = 9+95+63=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 95 (37.5% from 255 or 56.89% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 95 - color contains mainly: green. Hex color #095F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F3F is #F6A0C0. Grayscale: #414141. Windows color (decimal): -16163009 or 4153097. OLE color: 4153097.
HSL color Cylindrical-coordinate representation of color #095F3F: hue angle of 157.67º 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 #095F3F is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 95 | 63 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.63 |
| HSL | 157.67º | 0.83% | 0.2% | - |
| HSV(B) | 157.67º | 0.91% | 0.37% | - |
| XYZ | 5.1 | 8.6 | 6.09 | - |
| YUV | 65.64 | 126.51 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 63 | 0.91 | 0 | 0.34 | 0.63 | 157.67 | 0.83 | 0.2 |
| Hex | 9 | 5F | 3F | 5B | 0 | 22 | 3F | 9E | 53 | 14 |
| Octal | 11 | 137 | 77 | 133 | 0 | 42 | 77 | 236 | 123 | 24 |
| Binary | 1001 | 1011111 | 111111 | 1011011 | 0 | 100010 | 111111 | 10011110 | 1010011 | 10100 |
Color Harmonies of #095F3F
Complementary color
Monochromatic Colors of #095F3F
Black with #095F3F
Text Example
Text Example
White with #095F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F3F; }
p { color: rgb(9,95,63); }
H1.HeaderClassName
{
color: #095F3F;
}
.AnyTagClassName
{
color: #095F3F;
}
</style>
background-color css
<style>
a { background-color: #095F3F; }
a { background-color: rgb(9,95,63); }
div.DivClassName
{
background-color: #095F3F;
}
.BgClassName
{
background-color: #095F3F;
}
</style>
border-color css
<style>
span { border-color: #095F3F; }
span { border-color: rgb(9,95,63); }
td.TdClassName
{
border-color: #095F3F;
}
.TagClassName
{
border-color: #095F3F;
}
</style>