Shades of Jewel #086F3C
Tints of Jewel #086F3C
RGB
CMYK
RGB Variations
Color information
#086F3C (or 0x086F3C) is known color: Jewel. HEX triplet: 08, 6F and 3C. RGB value is (8,111,60). Sum of RGB (Red+Green+Blue) = 8+111+60=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 111 (43.75% from 255 or 62.01% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 111 - color contains mainly: green. Hex color #086F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086F3C is #F790C3. Grayscale: #4A4A4A. Windows color (decimal): -16224452 or 3960584. OLE color: 3960584.
HSL color Cylindrical-coordinate representation of color #086F3C: hue angle of 150.29º 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 #086F3C is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 111 | 60 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.56 |
| HSL | 150.29º | 0.87% | 0.23% | - |
| HSV(B) | 150.29º | 0.93% | 0.44% | - |
| XYZ | 6.6 | 11.75 | 6.19 | - |
| YUV | 74.39 | 119.88 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 60 | 0.93 | 0 | 0.46 | 0.56 | 150.29 | 0.87 | 0.23 |
| Hex | 8 | 6F | 3C | 5D | 0 | 2E | 38 | 96 | 57 | 17 |
| Octal | 10 | 157 | 74 | 135 | 0 | 56 | 70 | 226 | 127 | 27 |
| Binary | 1000 | 1101111 | 111100 | 1011101 | 0 | 101110 | 111000 | 10010110 | 1010111 | 10111 |
Color Harmonies of #086F3C
Complementary color
Monochromatic Colors of #086F3C
Black with #086F3C
Text Example
Text Example
White with #086F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086F3C; }
p { color: rgb(8,111,60); }
H1.HeaderClassName
{
color: #086F3C;
}
.AnyTagClassName
{
color: #086F3C;
}
</style>
background-color css
<style>
a { background-color: #086F3C; }
a { background-color: rgb(8,111,60); }
div.DivClassName
{
background-color: #086F3C;
}
.BgClassName
{
background-color: #086F3C;
}
</style>
border-color css
<style>
span { border-color: #086F3C; }
span { border-color: rgb(8,111,60); }
td.TdClassName
{
border-color: #086F3C;
}
.TagClassName
{
border-color: #086F3C;
}
</style>