Shades of Jewel #086343
Tints of Jewel #086343
RGB
CMYK
RGB Variations
Color information
#086343 (or 0x086343) is known color: Jewel. HEX triplet: 08, 63 and 43. RGB value is (8,99,67). Sum of RGB (Red+Green+Blue) = 8+99+67=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 99 (39.06% from 255 or 56.90% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 99 - color contains mainly: green. Hex color #086343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086343 is #F79CBC. Grayscale: #444444. Windows color (decimal): -16227517 or 4416264. OLE color: 4416264.
HSL color Cylindrical-coordinate representation of color #086343: hue angle of 158.9º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086343 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 99 | 67 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.61 |
| HSL | 158.9º | 0.85% | 0.21% | - |
| HSV(B) | 158.9º | 0.92% | 0.39% | - |
| XYZ | 5.58 | 9.38 | 6.83 | - |
| YUV | 68.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 67 | 0.92 | 0 | 0.32 | 0.61 | 158.9 | 0.85 | 0.21 |
| Hex | 8 | 63 | 43 | 5C | 0 | 20 | 3D | 9F | 55 | 15 |
| Octal | 10 | 143 | 103 | 134 | 0 | 40 | 75 | 237 | 125 | 25 |
| Binary | 1000 | 1100011 | 1000011 | 1011100 | 0 | 100000 | 111101 | 10011111 | 1010101 | 10101 |
Color Harmonies of #086343
Complementary color
Monochromatic Colors of #086343
Black with #086343
Text Example
Text Example
White with #086343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086343; }
p { color: rgb(8,99,67); }
H1.HeaderClassName
{
color: #086343;
}
.AnyTagClassName
{
color: #086343;
}
</style>
background-color css
<style>
a { background-color: #086343; }
a { background-color: rgb(8,99,67); }
div.DivClassName
{
background-color: #086343;
}
.BgClassName
{
background-color: #086343;
}
</style>
border-color css
<style>
span { border-color: #086343; }
span { border-color: rgb(8,99,67); }
td.TdClassName
{
border-color: #086343;
}
.TagClassName
{
border-color: #086343;
}
</style>