Shades of Jewel #086C46
Tints of Jewel #086C46
RGB
CMYK
RGB Variations
Color information
#086C46 (or 0x086C46) is known color: Jewel. HEX triplet: 08, 6C and 46. RGB value is (8,108,70). Sum of RGB (Red+Green+Blue) = 8+108+70=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 108 (42.58% from 255 or 58.06% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 108 - color contains mainly: green. Hex color #086C46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086C46 is #F793B9. Grayscale: #494949. Windows color (decimal): -16225210 or 4615176. OLE color: 4615176.
HSL color Cylindrical-coordinate representation of color #086C46: hue angle of 157.2º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086C46 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 108 | 70 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.58 |
| HSL | 157.2º | 0.86% | 0.23% | - |
| HSV(B) | 157.2º | 0.93% | 0.42% | - |
| XYZ | 6.57 | 11.22 | 7.61 | - |
| YUV | 73.77 | 125.87 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 70 | 0.93 | 0 | 0.35 | 0.58 | 157.2 | 0.86 | 0.23 |
| Hex | 8 | 6C | 46 | 5D | 0 | 23 | 3A | 9D | 56 | 17 |
| Octal | 10 | 154 | 106 | 135 | 0 | 43 | 72 | 235 | 126 | 27 |
| Binary | 1000 | 1101100 | 1000110 | 1011101 | 0 | 100011 | 111010 | 10011101 | 1010110 | 10111 |
Color Harmonies of #086C46
Complementary color
Monochromatic Colors of #086C46
Black with #086C46
Text Example
Text Example
White with #086C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C46; }
p { color: rgb(8,108,70); }
H1.HeaderClassName
{
color: #086C46;
}
.AnyTagClassName
{
color: #086C46;
}
</style>
background-color css
<style>
a { background-color: #086C46; }
a { background-color: rgb(8,108,70); }
div.DivClassName
{
background-color: #086C46;
}
.BgClassName
{
background-color: #086C46;
}
</style>
border-color css
<style>
span { border-color: #086C46; }
span { border-color: rgb(8,108,70); }
td.TdClassName
{
border-color: #086C46;
}
.TagClassName
{
border-color: #086C46;
}
</style>