Shades of Jewel #085740
Tints of Jewel #085740
RGB
CMYK
RGB Variations
Color information
#085740 (or 0x085740) is known color: Jewel. HEX triplet: 08, 57 and 40. RGB value is (8,87,64). Sum of RGB (Red+Green+Blue) = 8+87+64=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #085740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085740 is #F7A8BF. Grayscale: #3C3C3C. Windows color (decimal): -16230592 or 4216584. OLE color: 4216584.
HSL color Cylindrical-coordinate representation of color #085740: hue angle of 162.53º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085740 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 87 | 64 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.66 |
| HSL | 162.53º | 0.83% | 0.19% | - |
| HSV(B) | 162.53º | 0.91% | 0.34% | - |
| XYZ | 4.43 | 7.24 | 6.01 | - |
| YUV | 60.76 | 129.83 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 87 | 64 | 0.91 | 0 | 0.26 | 0.66 | 162.53 | 0.83 | 0.19 |
| Hex | 8 | 57 | 40 | 5B | 0 | 1A | 42 | A3 | 53 | 13 |
| Octal | 10 | 127 | 100 | 133 | 0 | 32 | 102 | 243 | 123 | 23 |
| Binary | 1000 | 1010111 | 1000000 | 1011011 | 0 | 11010 | 1000010 | 10100011 | 1010011 | 10011 |
Color Harmonies of #085740
Complementary color
Monochromatic Colors of #085740
Black with #085740
Text Example
Text Example
White with #085740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085740; }
p { color: rgb(8,87,64); }
H1.HeaderClassName
{
color: #085740;
}
.AnyTagClassName
{
color: #085740;
}
</style>
background-color css
<style>
a { background-color: #085740; }
a { background-color: rgb(8,87,64); }
div.DivClassName
{
background-color: #085740;
}
.BgClassName
{
background-color: #085740;
}
</style>
border-color css
<style>
span { border-color: #085740; }
span { border-color: rgb(8,87,64); }
td.TdClassName
{
border-color: #085740;
}
.TagClassName
{
border-color: #085740;
}
</style>