Shades of Jewel #086641
Tints of Jewel #086641
RGB
CMYK
RGB Variations
Color information
#086641 (or 0x086641) is known color: Jewel. HEX triplet: 08, 66 and 41. RGB value is (8,102,65). Sum of RGB (Red+Green+Blue) = 8+102+65=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #086641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086641 is #F799BE. Grayscale: #454545. Windows color (decimal): -16226751 or 4285960. OLE color: 4285960.
HSL color Cylindrical-coordinate representation of color #086641: hue angle of 156.38º 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 #086641 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 65 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.6 |
| HSL | 156.38º | 0.85% | 0.22% | - |
| HSV(B) | 156.38º | 0.92% | 0.4% | - |
| XYZ | 5.81 | 9.94 | 6.61 | - |
| YUV | 69.68 | 125.36 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 65 | 0.92 | 0 | 0.36 | 0.6 | 156.38 | 0.85 | 0.22 |
| Hex | 8 | 66 | 41 | 5C | 0 | 24 | 3C | 9C | 55 | 16 |
| Octal | 10 | 146 | 101 | 134 | 0 | 44 | 74 | 234 | 125 | 26 |
| Binary | 1000 | 1100110 | 1000001 | 1011100 | 0 | 100100 | 111100 | 10011100 | 1010101 | 10110 |
Color Harmonies of #086641
Complementary color
Monochromatic Colors of #086641
Black with #086641
Text Example
Text Example
White with #086641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086641; }
p { color: rgb(8,102,65); }
H1.HeaderClassName
{
color: #086641;
}
.AnyTagClassName
{
color: #086641;
}
</style>
background-color css
<style>
a { background-color: #086641; }
a { background-color: rgb(8,102,65); }
div.DivClassName
{
background-color: #086641;
}
.BgClassName
{
background-color: #086641;
}
</style>
border-color css
<style>
span { border-color: #086641; }
span { border-color: rgb(8,102,65); }
td.TdClassName
{
border-color: #086641;
}
.TagClassName
{
border-color: #086641;
}
</style>