Shades of Jewel #086C43
Tints of Jewel #086C43
RGB
CMYK
RGB Variations
Color information
#086C43 (or 0x086C43) is known color: Jewel. HEX triplet: 08, 6C and 43. RGB value is (8,108,67). Sum of RGB (Red+Green+Blue) = 8+108+67=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 108 (42.58% from 255 or 59.02% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 108 - color contains mainly: green. Hex color #086C43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086C43 is #F793BC. Grayscale: #494949. Windows color (decimal): -16225213 or 4418568. OLE color: 4418568.
HSL color Cylindrical-coordinate representation of color #086C43: hue angle of 155.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086C43 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 108 | 67 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.58 |
| HSL | 155.4º | 0.86% | 0.23% | - |
| HSV(B) | 155.4º | 0.93% | 0.42% | - |
| XYZ | 6.48 | 11.18 | 7.13 | - |
| YUV | 73.43 | 124.37 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 67 | 0.93 | 0 | 0.38 | 0.58 | 155.4 | 0.86 | 0.23 |
| Hex | 8 | 6C | 43 | 5D | 0 | 26 | 3A | 9B | 56 | 17 |
| Octal | 10 | 154 | 103 | 135 | 0 | 46 | 72 | 233 | 126 | 27 |
| Binary | 1000 | 1101100 | 1000011 | 1011101 | 0 | 100110 | 111010 | 10011011 | 1010110 | 10111 |
Color Harmonies of #086C43
Complementary color
Monochromatic Colors of #086C43
Black with #086C43
Text Example
Text Example
White with #086C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C43; }
p { color: rgb(8,108,67); }
H1.HeaderClassName
{
color: #086C43;
}
.AnyTagClassName
{
color: #086C43;
}
</style>
background-color css
<style>
a { background-color: #086C43; }
a { background-color: rgb(8,108,67); }
div.DivClassName
{
background-color: #086C43;
}
.BgClassName
{
background-color: #086C43;
}
</style>
border-color css
<style>
span { border-color: #086C43; }
span { border-color: rgb(8,108,67); }
td.TdClassName
{
border-color: #086C43;
}
.TagClassName
{
border-color: #086C43;
}
</style>