Shades of Jewel #086F40
Tints of Jewel #086F40
RGB
CMYK
RGB Variations
Color information
#086F40 (or 0x086F40) is known color: Jewel. HEX triplet: 08, 6F and 40. RGB value is (8,111,64). Sum of RGB (Red+Green+Blue) = 8+111+64=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 111 (43.75% from 255 or 60.66% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 111 - color contains mainly: green. Hex color #086F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086F40 is #F790BF. Grayscale: #4A4A4A. Windows color (decimal): -16224448 or 4222728. OLE color: 4222728.
HSL color Cylindrical-coordinate representation of color #086F40: hue angle of 152.62º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086F40 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 111 | 64 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.56 |
| HSL | 152.62º | 0.87% | 0.23% | - |
| HSV(B) | 152.62º | 0.93% | 0.44% | - |
| XYZ | 6.71 | 11.79 | 6.77 | - |
| YUV | 74.85 | 121.88 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 64 | 0.93 | 0 | 0.42 | 0.56 | 152.62 | 0.87 | 0.23 |
| Hex | 8 | 6F | 40 | 5D | 0 | 2A | 38 | 99 | 57 | 17 |
| Octal | 10 | 157 | 100 | 135 | 0 | 52 | 70 | 231 | 127 | 27 |
| Binary | 1000 | 1101111 | 1000000 | 1011101 | 0 | 101010 | 111000 | 10011001 | 1010111 | 10111 |
Color Harmonies of #086F40
Complementary color
Monochromatic Colors of #086F40
Black with #086F40
Text Example
Text Example
White with #086F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086F40; }
p { color: rgb(8,111,64); }
H1.HeaderClassName
{
color: #086F40;
}
.AnyTagClassName
{
color: #086F40;
}
</style>
background-color css
<style>
a { background-color: #086F40; }
a { background-color: rgb(8,111,64); }
div.DivClassName
{
background-color: #086F40;
}
.BgClassName
{
background-color: #086F40;
}
</style>
border-color css
<style>
span { border-color: #086F40; }
span { border-color: rgb(8,111,64); }
td.TdClassName
{
border-color: #086F40;
}
.TagClassName
{
border-color: #086F40;
}
</style>