Shades of Jewel #086C3F
Tints of Jewel #086C3F
RGB
CMYK
RGB Variations
Color information
#086C3F (or 0x086C3F) is known color: Jewel. HEX triplet: 08, 6C and 3F. RGB value is (8,108,63). Sum of RGB (Red+Green+Blue) = 8+108+63=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 108 (42.58% from 255 or 60.34% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 108 - color contains mainly: green. Hex color #086C3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086C3F is #F793C0. Grayscale: #494949. Windows color (decimal): -16225217 or 4156424. OLE color: 4156424.
HSL color Cylindrical-coordinate representation of color #086C3F: hue angle of 153º 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 #086C3F is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 108 | 63 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.58 |
| HSL | 153º | 0.86% | 0.23% | - |
| HSV(B) | 153º | 0.93% | 0.42% | - |
| XYZ | 6.36 | 11.14 | 6.52 | - |
| YUV | 72.97 | 122.37 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 63 | 0.93 | 0 | 0.42 | 0.58 | 153 | 0.86 | 0.23 |
| Hex | 8 | 6C | 3F | 5D | 0 | 2A | 3A | 99 | 56 | 17 |
| Octal | 10 | 154 | 77 | 135 | 0 | 52 | 72 | 231 | 126 | 27 |
| Binary | 1000 | 1101100 | 111111 | 1011101 | 0 | 101010 | 111010 | 10011001 | 1010110 | 10111 |
Color Harmonies of #086C3F
Complementary color
Monochromatic Colors of #086C3F
Black with #086C3F
Text Example
Text Example
White with #086C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C3F; }
p { color: rgb(8,108,63); }
H1.HeaderClassName
{
color: #086C3F;
}
.AnyTagClassName
{
color: #086C3F;
}
</style>
background-color css
<style>
a { background-color: #086C3F; }
a { background-color: rgb(8,108,63); }
div.DivClassName
{
background-color: #086C3F;
}
.BgClassName
{
background-color: #086C3F;
}
</style>
border-color css
<style>
span { border-color: #086C3F; }
span { border-color: rgb(8,108,63); }
td.TdClassName
{
border-color: #086C3F;
}
.TagClassName
{
border-color: #086C3F;
}
</style>