Shades of Sherwood Green #085139
Tints of Sherwood Green #085139
RGB
CMYK
RGB Variations
Color information
#085139 (or 0x085139) is known color: Sherwood Green. HEX triplet: 08, 51 and 39. RGB value is (8,81,57). Sum of RGB (Red+Green+Blue) = 8+81+57=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 81 (32.03% from 255 or 55.48% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 81 - color contains mainly: green. Hex color #085139 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085139 is #F7AEC6. Grayscale: #383838. Windows color (decimal): -16232135 or 3756296. OLE color: 3756296.
HSL color Cylindrical-coordinate representation of color #085139: hue angle of 160.27º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085139 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 81 | 57 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.68 |
| HSL | 160.27º | 0.82% | 0.17% | - |
| HSV(B) | 160.27º | 0.9% | 0.32% | - |
| XYZ | 3.78 | 6.23 | 4.87 | - |
| YUV | 56.44 | 128.32 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 57 | 0.90 | 0 | 0.30 | 0.68 | 160.27 | 0.82 | 0.17 |
| Hex | 8 | 51 | 39 | 5A | 0 | 1E | 44 | A0 | 52 | 11 |
| Octal | 10 | 121 | 71 | 132 | 0 | 36 | 104 | 240 | 122 | 21 |
| Binary | 1000 | 1010001 | 111001 | 1011010 | 0 | 11110 | 1000100 | 10100000 | 1010010 | 10001 |
Color Harmonies of #085139
Complementary color
Monochromatic Colors of #085139
Black with #085139
Text Example
Text Example
White with #085139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085139; }
p { color: rgb(8,81,57); }
H1.HeaderClassName
{
color: #085139;
}
.AnyTagClassName
{
color: #085139;
}
</style>
background-color css
<style>
a { background-color: #085139; }
a { background-color: rgb(8,81,57); }
div.DivClassName
{
background-color: #085139;
}
.BgClassName
{
background-color: #085139;
}
</style>
border-color css
<style>
span { border-color: #085139; }
span { border-color: rgb(8,81,57); }
td.TdClassName
{
border-color: #085139;
}
.TagClassName
{
border-color: #085139;
}
</style>