Shades of Jewel #086445
Tints of Jewel #086445
RGB
CMYK
RGB Variations
Color information
#086445 (or 0x086445) is known color: Jewel. HEX triplet: 08, 64 and 45. RGB value is (8,100,69). Sum of RGB (Red+Green+Blue) = 8+100+69=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 100 (39.45% from 255 or 56.50% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 100 - color contains mainly: green. Hex color #086445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086445 is #F79BBA. Grayscale: #444444. Windows color (decimal): -16227259 or 4547592. OLE color: 4547592.
HSL color Cylindrical-coordinate representation of color #086445: hue angle of 159.78º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086445 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 100 | 69 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.61 |
| HSL | 159.78º | 0.85% | 0.21% | - |
| HSV(B) | 159.78º | 0.92% | 0.39% | - |
| XYZ | 5.73 | 9.6 | 7.18 | - |
| YUV | 68.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 69 | 0.92 | 0 | 0.31 | 0.61 | 159.78 | 0.85 | 0.21 |
| Hex | 8 | 64 | 45 | 5C | 0 | 1F | 3D | A0 | 55 | 15 |
| Octal | 10 | 144 | 105 | 134 | 0 | 37 | 75 | 240 | 125 | 25 |
| Binary | 1000 | 1100100 | 1000101 | 1011100 | 0 | 11111 | 111101 | 10100000 | 1010101 | 10101 |
Color Harmonies of #086445
Complementary color
Monochromatic Colors of #086445
Black with #086445
Text Example
Text Example
White with #086445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086445; }
p { color: rgb(8,100,69); }
H1.HeaderClassName
{
color: #086445;
}
.AnyTagClassName
{
color: #086445;
}
</style>
background-color css
<style>
a { background-color: #086445; }
a { background-color: rgb(8,100,69); }
div.DivClassName
{
background-color: #086445;
}
.BgClassName
{
background-color: #086445;
}
</style>
border-color css
<style>
span { border-color: #086445; }
span { border-color: rgb(8,100,69); }
td.TdClassName
{
border-color: #086445;
}
.TagClassName
{
border-color: #086445;
}
</style>