Shades of Jewel #086643
Tints of Jewel #086643
RGB
CMYK
RGB Variations
Color information
#086643 (or 0x086643) is known color: Jewel. HEX triplet: 08, 66 and 43. RGB value is (8,102,67). Sum of RGB (Red+Green+Blue) = 8+102+67=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 102 (40.23% from 255 or 57.63% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 102 - color contains mainly: green. Hex color #086643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086643 is #F799BC. Grayscale: #454545. Windows color (decimal): -16226749 or 4417032. OLE color: 4417032.
HSL color Cylindrical-coordinate representation of color #086643: hue angle of 157.66º 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 #086643 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 67 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.6 |
| HSL | 157.66º | 0.85% | 0.22% | - |
| HSV(B) | 157.66º | 0.92% | 0.4% | - |
| XYZ | 5.86 | 9.96 | 6.92 | - |
| YUV | 69.9 | 126.36 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 67 | 0.92 | 0 | 0.34 | 0.6 | 157.66 | 0.85 | 0.22 |
| Hex | 8 | 66 | 43 | 5C | 0 | 22 | 3C | 9E | 55 | 16 |
| Octal | 10 | 146 | 103 | 134 | 0 | 42 | 74 | 236 | 125 | 26 |
| Binary | 1000 | 1100110 | 1000011 | 1011100 | 0 | 100010 | 111100 | 10011110 | 1010101 | 10110 |
Color Harmonies of #086643
Complementary color
Monochromatic Colors of #086643
Black with #086643
Text Example
Text Example
White with #086643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086643; }
p { color: rgb(8,102,67); }
H1.HeaderClassName
{
color: #086643;
}
.AnyTagClassName
{
color: #086643;
}
</style>
background-color css
<style>
a { background-color: #086643; }
a { background-color: rgb(8,102,67); }
div.DivClassName
{
background-color: #086643;
}
.BgClassName
{
background-color: #086643;
}
</style>
border-color css
<style>
span { border-color: #086643; }
span { border-color: rgb(8,102,67); }
td.TdClassName
{
border-color: #086643;
}
.TagClassName
{
border-color: #086643;
}
</style>