Shades of Jewel #086145
Tints of Jewel #086145
RGB
CMYK
RGB Variations
Color information
#086145 (or 0x086145) is known color: Jewel. HEX triplet: 08, 61 and 45. RGB value is (8,97,69). Sum of RGB (Red+Green+Blue) = 8+97+69=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #086145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086145 is #F79EBA. Grayscale: #434343. Windows color (decimal): -16228027 or 4546824. OLE color: 4546824.
HSL color Cylindrical-coordinate representation of color #086145: hue angle of 161.12º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086145 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 97 | 69 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.62 |
| HSL | 161.12º | 0.85% | 0.21% | - |
| HSV(B) | 161.12º | 0.92% | 0.38% | - |
| XYZ | 5.45 | 9.03 | 7.09 | - |
| YUV | 67.2 | 129.01 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 97 | 69 | 0.92 | 0 | 0.29 | 0.62 | 161.12 | 0.85 | 0.21 |
| Hex | 8 | 61 | 45 | 5C | 0 | 1D | 3E | A1 | 55 | 15 |
| Octal | 10 | 141 | 105 | 134 | 0 | 35 | 76 | 241 | 125 | 25 |
| Binary | 1000 | 1100001 | 1000101 | 1011100 | 0 | 11101 | 111110 | 10100001 | 1010101 | 10101 |
Color Harmonies of #086145
Complementary color
Monochromatic Colors of #086145
Black with #086145
Text Example
Text Example
White with #086145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086145; }
p { color: rgb(8,97,69); }
H1.HeaderClassName
{
color: #086145;
}
.AnyTagClassName
{
color: #086145;
}
</style>
background-color css
<style>
a { background-color: #086145; }
a { background-color: rgb(8,97,69); }
div.DivClassName
{
background-color: #086145;
}
.BgClassName
{
background-color: #086145;
}
</style>
border-color css
<style>
span { border-color: #086145; }
span { border-color: rgb(8,97,69); }
td.TdClassName
{
border-color: #086145;
}
.TagClassName
{
border-color: #086145;
}
</style>