Shades of Jewel #086743
Tints of Jewel #086743
RGB
CMYK
RGB Variations
Color information
#086743 (or 0x086743) is known color: Jewel. HEX triplet: 08, 67 and 43. RGB value is (8,103,67). Sum of RGB (Red+Green+Blue) = 8+103+67=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 103 (40.62% from 255 or 57.87% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 103 - color contains mainly: green. Hex color #086743 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086743 is #F798BC. Grayscale: #464646. Windows color (decimal): -16226493 or 4417288. OLE color: 4417288.
HSL color Cylindrical-coordinate representation of color #086743: hue angle of 157.26º degrees, saturation: 0.86, 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 #086743 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 103 | 67 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.60 |
| HSL | 157.26º | 0.86% | 0.22% | - |
| HSV(B) | 157.26º | 0.92% | 0.4% | - |
| XYZ | 5.96 | 10.16 | 6.96 | - |
| YUV | 70.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 67 | 0.92 | 0 | 0.35 | 0.60 | 157.26 | 0.86 | 0.22 |
| Hex | 8 | 67 | 43 | 5C | 0 | 23 | 3C | 9D | 56 | 16 |
| Octal | 10 | 147 | 103 | 134 | 0 | 43 | 74 | 235 | 126 | 26 |
| Binary | 1000 | 1100111 | 1000011 | 1011100 | 0 | 100011 | 111100 | 10011101 | 1010110 | 10110 |
Color Harmonies of #086743
Complementary color
Monochromatic Colors of #086743
Black with #086743
Text Example
Text Example
White with #086743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086743; }
p { color: rgb(8,103,67); }
H1.HeaderClassName
{
color: #086743;
}
.AnyTagClassName
{
color: #086743;
}
</style>
background-color css
<style>
a { background-color: #086743; }
a { background-color: rgb(8,103,67); }
div.DivClassName
{
background-color: #086743;
}
.BgClassName
{
background-color: #086743;
}
</style>
border-color css
<style>
span { border-color: #086743; }
span { border-color: rgb(8,103,67); }
td.TdClassName
{
border-color: #086743;
}
.TagClassName
{
border-color: #086743;
}
</style>