Shades of Jewel #086240
Tints of Jewel #086240
RGB
CMYK
RGB Variations
Color information
#086240 (or 0x086240) is known color: Jewel. HEX triplet: 08, 62 and 40. RGB value is (8,98,64). Sum of RGB (Red+Green+Blue) = 8+98+64=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #086240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086240 is #F79DBF. Grayscale: #434343. Windows color (decimal): -16227776 or 4219400. OLE color: 4219400.
HSL color Cylindrical-coordinate representation of color #086240: hue angle of 157.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086240 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 98 | 64 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.62 |
| HSL | 157.33º | 0.85% | 0.21% | - |
| HSV(B) | 157.33º | 0.92% | 0.38% | - |
| XYZ | 5.39 | 9.16 | 6.33 | - |
| YUV | 67.21 | 126.18 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 64 | 0.92 | 0 | 0.35 | 0.62 | 157.33 | 0.85 | 0.21 |
| Hex | 8 | 62 | 40 | 5C | 0 | 23 | 3E | 9D | 55 | 15 |
| Octal | 10 | 142 | 100 | 134 | 0 | 43 | 76 | 235 | 125 | 25 |
| Binary | 1000 | 1100010 | 1000000 | 1011100 | 0 | 100011 | 111110 | 10011101 | 1010101 | 10101 |
Color Harmonies of #086240
Complementary color
Monochromatic Colors of #086240
Black with #086240
Text Example
Text Example
White with #086240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086240; }
p { color: rgb(8,98,64); }
H1.HeaderClassName
{
color: #086240;
}
.AnyTagClassName
{
color: #086240;
}
</style>
background-color css
<style>
a { background-color: #086240; }
a { background-color: rgb(8,98,64); }
div.DivClassName
{
background-color: #086240;
}
.BgClassName
{
background-color: #086240;
}
</style>
border-color css
<style>
span { border-color: #086240; }
span { border-color: rgb(8,98,64); }
td.TdClassName
{
border-color: #086240;
}
.TagClassName
{
border-color: #086240;
}
</style>