Shades of Jewel #085B3E
Tints of Jewel #085B3E
RGB
CMYK
RGB Variations
Color information
#085B3E (or 0x085B3E) is known color: Jewel. HEX triplet: 08, 5B and 3E. RGB value is (8,91,62). Sum of RGB (Red+Green+Blue) = 8+91+62=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 91 (35.94% from 255 or 56.52% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 91 - color contains mainly: green. Hex color #085B3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B3E is #F7A4C1. Grayscale: #3E3E3E. Windows color (decimal): -16229570 or 4086536. OLE color: 4086536.
HSL color Cylindrical-coordinate representation of color #085B3E: hue angle of 159.04º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085B3E is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 91 | 62 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.64 |
| HSL | 159.04º | 0.84% | 0.19% | - |
| HSV(B) | 159.04º | 0.91% | 0.36% | - |
| XYZ | 4.71 | 7.88 | 5.83 | - |
| YUV | 62.88 | 127.5 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 62 | 0.91 | 0 | 0.32 | 0.64 | 159.04 | 0.84 | 0.19 |
| Hex | 8 | 5B | 3E | 5B | 0 | 20 | 40 | 9F | 54 | 13 |
| Octal | 10 | 133 | 76 | 133 | 0 | 40 | 100 | 237 | 124 | 23 |
| Binary | 1000 | 1011011 | 111110 | 1011011 | 0 | 100000 | 1000000 | 10011111 | 1010100 | 10011 |
Color Harmonies of #085B3E
Complementary color
Monochromatic Colors of #085B3E
Black with #085B3E
Text Example
Text Example
White with #085B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B3E; }
p { color: rgb(8,91,62); }
H1.HeaderClassName
{
color: #085B3E;
}
.AnyTagClassName
{
color: #085B3E;
}
</style>
background-color css
<style>
a { background-color: #085B3E; }
a { background-color: rgb(8,91,62); }
div.DivClassName
{
background-color: #085B3E;
}
.BgClassName
{
background-color: #085B3E;
}
</style>
border-color css
<style>
span { border-color: #085B3E; }
span { border-color: rgb(8,91,62); }
td.TdClassName
{
border-color: #085B3E;
}
.TagClassName
{
border-color: #085B3E;
}
</style>