Shades of Jewel #086646
Tints of Jewel #086646
RGB
CMYK
RGB Variations
Color information
#086646 (or 0x086646) is known color: Jewel. HEX triplet: 08, 66 and 46. RGB value is (8,102,70). Sum of RGB (Red+Green+Blue) = 8+102+70=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 102 (40.23% from 255 or 56.67% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 102 - color contains mainly: green. Hex color #086646 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086646 is #F799B9. Grayscale: #464646. Windows color (decimal): -16226746 or 4613640. OLE color: 4613640.
HSL color Cylindrical-coordinate representation of color #086646: hue angle of 159.57º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086646 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 70 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.6 |
| HSL | 159.57º | 0.85% | 0.22% | - |
| HSV(B) | 159.57º | 0.92% | 0.4% | - |
| XYZ | 5.96 | 10 | 7.41 | - |
| YUV | 70.25 | 127.86 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 70 | 0.92 | 0 | 0.31 | 0.6 | 159.57 | 0.85 | 0.22 |
| Hex | 8 | 66 | 46 | 5C | 0 | 1F | 3C | A0 | 55 | 16 |
| Octal | 10 | 146 | 106 | 134 | 0 | 37 | 74 | 240 | 125 | 26 |
| Binary | 1000 | 1100110 | 1000110 | 1011100 | 0 | 11111 | 111100 | 10100000 | 1010101 | 10110 |
Color Harmonies of #086646
Complementary color
Monochromatic Colors of #086646
Black with #086646
Text Example
Text Example
White with #086646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086646; }
p { color: rgb(8,102,70); }
H1.HeaderClassName
{
color: #086646;
}
.AnyTagClassName
{
color: #086646;
}
</style>
background-color css
<style>
a { background-color: #086646; }
a { background-color: rgb(8,102,70); }
div.DivClassName
{
background-color: #086646;
}
.BgClassName
{
background-color: #086646;
}
</style>
border-color css
<style>
span { border-color: #086646; }
span { border-color: rgb(8,102,70); }
td.TdClassName
{
border-color: #086646;
}
.TagClassName
{
border-color: #086646;
}
</style>