Shades of Jewel #087346
Tints of Jewel #087346
RGB
CMYK
RGB Variations
Color information
#087346 (or 0x087346) is known color: Jewel. HEX triplet: 08, 73 and 46. RGB value is (8,115,70). Sum of RGB (Red+Green+Blue) = 8+115+70=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #087346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087346 is #F78CB9. Grayscale: #4D4D4D. Windows color (decimal): -16223418 or 4616968. OLE color: 4616968.
HSL color Cylindrical-coordinate representation of color #087346: hue angle of 154.77º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087346 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 115 | 70 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.55 |
| HSL | 154.77º | 0.87% | 0.24% | - |
| HSV(B) | 154.77º | 0.93% | 0.45% | - |
| XYZ | 7.34 | 12.76 | 7.87 | - |
| YUV | 77.88 | 123.55 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 115 | 70 | 0.93 | 0 | 0.39 | 0.55 | 154.77 | 0.87 | 0.24 |
| Hex | 8 | 73 | 46 | 5D | 0 | 27 | 37 | 9B | 57 | 18 |
| Octal | 10 | 163 | 106 | 135 | 0 | 47 | 67 | 233 | 127 | 30 |
| Binary | 1000 | 1110011 | 1000110 | 1011101 | 0 | 100111 | 110111 | 10011011 | 1010111 | 11000 |
Color Harmonies of #087346
Complementary color
Monochromatic Colors of #087346
Black with #087346
Text Example
Text Example
White with #087346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087346; }
p { color: rgb(8,115,70); }
H1.HeaderClassName
{
color: #087346;
}
.AnyTagClassName
{
color: #087346;
}
</style>
background-color css
<style>
a { background-color: #087346; }
a { background-color: rgb(8,115,70); }
div.DivClassName
{
background-color: #087346;
}
.BgClassName
{
background-color: #087346;
}
</style>
border-color css
<style>
span { border-color: #087346; }
span { border-color: rgb(8,115,70); }
td.TdClassName
{
border-color: #087346;
}
.TagClassName
{
border-color: #087346;
}
</style>