Shades of Jewel #085A3F
Tints of Jewel #085A3F
RGB
CMYK
RGB Variations
Color information
#085A3F (or 0x085A3F) is known color: Jewel. HEX triplet: 08, 5A and 3F. RGB value is (8,90,63). Sum of RGB (Red+Green+Blue) = 8+90+63=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #085A3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085A3F is #F7A5C0. Grayscale: #3E3E3E. Windows color (decimal): -16229825 or 4151816. OLE color: 4151816.
HSL color Cylindrical-coordinate representation of color #085A3F: hue angle of 160.24º 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 #085A3F is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 90 | 63 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.65 |
| HSL | 160.24º | 0.84% | 0.19% | - |
| HSV(B) | 160.24º | 0.91% | 0.35% | - |
| XYZ | 4.65 | 7.72 | 5.95 | - |
| YUV | 62.4 | 128.33 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 63 | 0.91 | 0 | 0.30 | 0.65 | 160.24 | 0.84 | 0.19 |
| Hex | 8 | 5A | 3F | 5B | 0 | 1E | 41 | A0 | 54 | 13 |
| Octal | 10 | 132 | 77 | 133 | 0 | 36 | 101 | 240 | 124 | 23 |
| Binary | 1000 | 1011010 | 111111 | 1011011 | 0 | 11110 | 1000001 | 10100000 | 1010100 | 10011 |
Color Harmonies of #085A3F
Complementary color
Monochromatic Colors of #085A3F
Black with #085A3F
Text Example
Text Example
White with #085A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085A3F; }
p { color: rgb(8,90,63); }
H1.HeaderClassName
{
color: #085A3F;
}
.AnyTagClassName
{
color: #085A3F;
}
</style>
background-color css
<style>
a { background-color: #085A3F; }
a { background-color: rgb(8,90,63); }
div.DivClassName
{
background-color: #085A3F;
}
.BgClassName
{
background-color: #085A3F;
}
</style>
border-color css
<style>
span { border-color: #085A3F; }
span { border-color: rgb(8,90,63); }
td.TdClassName
{
border-color: #085A3F;
}
.TagClassName
{
border-color: #085A3F;
}
</style>