Shades of Jewel #085C3E
Tints of Jewel #085C3E
RGB
CMYK
RGB Variations
Color information
#085C3E (or 0x085C3E) is known color: Jewel. HEX triplet: 08, 5C and 3E. RGB value is (8,92,62). Sum of RGB (Red+Green+Blue) = 8+92+62=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 92 (36.33% from 255 or 56.79% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 92 - color contains mainly: green. Hex color #085C3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085C3E is #F7A3C1. Grayscale: #3F3F3F. Windows color (decimal): -16229314 or 4086792. OLE color: 4086792.
HSL color Cylindrical-coordinate representation of color #085C3E: hue angle of 158.57º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085C3E is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 92 | 62 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.64 |
| HSL | 158.57º | 0.84% | 0.2% | - |
| HSV(B) | 158.57º | 0.91% | 0.36% | - |
| XYZ | 4.8 | 8.05 | 5.86 | - |
| YUV | 63.46 | 127.17 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 62 | 0.91 | 0 | 0.33 | 0.64 | 158.57 | 0.84 | 0.2 |
| Hex | 8 | 5C | 3E | 5B | 0 | 21 | 40 | 9F | 54 | 14 |
| Octal | 10 | 134 | 76 | 133 | 0 | 41 | 100 | 237 | 124 | 24 |
| Binary | 1000 | 1011100 | 111110 | 1011011 | 0 | 100001 | 1000000 | 10011111 | 1010100 | 10100 |
Color Harmonies of #085C3E
Complementary color
Monochromatic Colors of #085C3E
Black with #085C3E
Text Example
Text Example
White with #085C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C3E; }
p { color: rgb(8,92,62); }
H1.HeaderClassName
{
color: #085C3E;
}
.AnyTagClassName
{
color: #085C3E;
}
</style>
background-color css
<style>
a { background-color: #085C3E; }
a { background-color: rgb(8,92,62); }
div.DivClassName
{
background-color: #085C3E;
}
.BgClassName
{
background-color: #085C3E;
}
</style>
border-color css
<style>
span { border-color: #085C3E; }
span { border-color: rgb(8,92,62); }
td.TdClassName
{
border-color: #085C3E;
}
.TagClassName
{
border-color: #085C3E;
}
</style>