Shades of Jewel #085942
Tints of Jewel #085942
RGB
CMYK
RGB Variations
Color information
#085942 (or 0x085942) is known color: Jewel. HEX triplet: 08, 59 and 42. RGB value is (8,89,66). Sum of RGB (Red+Green+Blue) = 8+89+66=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #085942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085942 is #F7A6BD. Grayscale: #3E3E3E. Windows color (decimal): -16230078 or 4348168. OLE color: 4348168.
HSL color Cylindrical-coordinate representation of color #085942: hue angle of 162.96º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085942 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 89 | 66 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.65 |
| HSL | 162.96º | 0.84% | 0.19% | - |
| HSV(B) | 162.96º | 0.91% | 0.35% | - |
| XYZ | 4.66 | 7.59 | 6.37 | - |
| YUV | 62.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 66 | 0.91 | 0 | 0.26 | 0.65 | 162.96 | 0.84 | 0.19 |
| Hex | 8 | 59 | 42 | 5B | 0 | 1A | 41 | A3 | 54 | 13 |
| Octal | 10 | 131 | 102 | 133 | 0 | 32 | 101 | 243 | 124 | 23 |
| Binary | 1000 | 1011001 | 1000010 | 1011011 | 0 | 11010 | 1000001 | 10100011 | 1010100 | 10011 |
Color Harmonies of #085942
Complementary color
Monochromatic Colors of #085942
Black with #085942
Text Example
Text Example
White with #085942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085942; }
p { color: rgb(8,89,66); }
H1.HeaderClassName
{
color: #085942;
}
.AnyTagClassName
{
color: #085942;
}
</style>
background-color css
<style>
a { background-color: #085942; }
a { background-color: rgb(8,89,66); }
div.DivClassName
{
background-color: #085942;
}
.BgClassName
{
background-color: #085942;
}
</style>
border-color css
<style>
span { border-color: #085942; }
span { border-color: rgb(8,89,66); }
td.TdClassName
{
border-color: #085942;
}
.TagClassName
{
border-color: #085942;
}
</style>