Shades of Jewel #086D40
Tints of Jewel #086D40
RGB
CMYK
RGB Variations
Color information
#086D40 (or 0x086D40) is known color: Jewel. HEX triplet: 08, 6D and 40. RGB value is (8,109,64). Sum of RGB (Red+Green+Blue) = 8+109+64=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 109 (42.97% from 255 or 60.22% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 109 - color contains mainly: green. Hex color #086D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086D40 is #F792BF. Grayscale: #494949. Windows color (decimal): -16224960 or 4222216. OLE color: 4222216.
HSL color Cylindrical-coordinate representation of color #086D40: hue angle of 153.27º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086D40 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 109 | 64 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.57 |
| HSL | 153.27º | 0.86% | 0.23% | - |
| HSV(B) | 153.27º | 0.93% | 0.43% | - |
| XYZ | 6.49 | 11.36 | 6.7 | - |
| YUV | 73.67 | 122.54 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 64 | 0.93 | 0 | 0.41 | 0.57 | 153.27 | 0.86 | 0.23 |
| Hex | 8 | 6D | 40 | 5D | 0 | 29 | 39 | 99 | 56 | 17 |
| Octal | 10 | 155 | 100 | 135 | 0 | 51 | 71 | 231 | 126 | 27 |
| Binary | 1000 | 1101101 | 1000000 | 1011101 | 0 | 101001 | 111001 | 10011001 | 1010110 | 10111 |
Color Harmonies of #086D40
Complementary color
Monochromatic Colors of #086D40
Black with #086D40
Text Example
Text Example
White with #086D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086D40; }
p { color: rgb(8,109,64); }
H1.HeaderClassName
{
color: #086D40;
}
.AnyTagClassName
{
color: #086D40;
}
</style>
background-color css
<style>
a { background-color: #086D40; }
a { background-color: rgb(8,109,64); }
div.DivClassName
{
background-color: #086D40;
}
.BgClassName
{
background-color: #086D40;
}
</style>
border-color css
<style>
span { border-color: #086D40; }
span { border-color: rgb(8,109,64); }
td.TdClassName
{
border-color: #086D40;
}
.TagClassName
{
border-color: #086D40;
}
</style>