Shades of Jewel #086842
Tints of Jewel #086842
RGB
CMYK
RGB Variations
Color information
#086842 (or 0x086842) is known color: Jewel. HEX triplet: 08, 68 and 42. RGB value is (8,104,66). Sum of RGB (Red+Green+Blue) = 8+104+66=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 104 (41.02% from 255 or 58.43% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 104 - color contains mainly: green. Hex color #086842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086842 is #F797BD. Grayscale: #474747. Windows color (decimal): -16226238 or 4352008. OLE color: 4352008.
HSL color Cylindrical-coordinate representation of color #086842: hue angle of 156.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086842 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 104 | 66 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.59 |
| HSL | 156.25º | 0.86% | 0.22% | - |
| HSV(B) | 156.25º | 0.92% | 0.41% | - |
| XYZ | 6.03 | 10.35 | 6.83 | - |
| YUV | 70.96 | 125.2 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 66 | 0.92 | 0 | 0.37 | 0.59 | 156.25 | 0.86 | 0.22 |
| Hex | 8 | 68 | 42 | 5C | 0 | 25 | 3B | 9C | 56 | 16 |
| Octal | 10 | 150 | 102 | 134 | 0 | 45 | 73 | 234 | 126 | 26 |
| Binary | 1000 | 1101000 | 1000010 | 1011100 | 0 | 100101 | 111011 | 10011100 | 1010110 | 10110 |
Color Harmonies of #086842
Complementary color
Monochromatic Colors of #086842
Black with #086842
Text Example
Text Example
White with #086842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086842; }
p { color: rgb(8,104,66); }
H1.HeaderClassName
{
color: #086842;
}
.AnyTagClassName
{
color: #086842;
}
</style>
background-color css
<style>
a { background-color: #086842; }
a { background-color: rgb(8,104,66); }
div.DivClassName
{
background-color: #086842;
}
.BgClassName
{
background-color: #086842;
}
</style>
border-color css
<style>
span { border-color: #086842; }
span { border-color: rgb(8,104,66); }
td.TdClassName
{
border-color: #086842;
}
.TagClassName
{
border-color: #086842;
}
</style>