Shades of Crusoe #086517
Tints of Crusoe #086517
RGB
CMYK
RGB Variations
Color information
#086517 (or 0x086517) is known color: Crusoe. HEX triplet: 08, 65 and 17. RGB value is (8,101,23). Sum of RGB (Red+Green+Blue) = 8+101+23=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 101 (39.84% from 255 or 76.52% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 101 - color contains mainly: green. Hex color #086517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086517 is #F79AE8. Grayscale: #404040. Windows color (decimal): -16227049 or 1533192. OLE color: 1533192.
HSL color Cylindrical-coordinate representation of color #086517: hue angle of 129.68º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086517 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 101 | 23 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.60 |
| HSL | 129.68º | 0.85% | 0.21% | - |
| HSV(B) | 129.68º | 0.92% | 0.4% | - |
| XYZ | 4.91 | 9.42 | 2.37 | - |
| YUV | 64.3 | 104.69 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 23 | 0.92 | 0 | 0.77 | 0.60 | 129.68 | 0.85 | 0.21 |
| Hex | 8 | 65 | 17 | 5C | 0 | 4D | 3C | 82 | 55 | 15 |
| Octal | 10 | 145 | 27 | 134 | 0 | 115 | 74 | 202 | 125 | 25 |
| Binary | 1000 | 1100101 | 10111 | 1011100 | 0 | 1001101 | 111100 | 10000010 | 1010101 | 10101 |
Color Harmonies of #086517
Complementary color
Monochromatic Colors of #086517
Black with #086517
Text Example
Text Example
White with #086517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086517; }
p { color: rgb(8,101,23); }
H1.HeaderClassName
{
color: #086517;
}
.AnyTagClassName
{
color: #086517;
}
</style>
background-color css
<style>
a { background-color: #086517; }
a { background-color: rgb(8,101,23); }
div.DivClassName
{
background-color: #086517;
}
.BgClassName
{
background-color: #086517;
}
</style>
border-color css
<style>
span { border-color: #086517; }
span { border-color: rgb(8,101,23); }
td.TdClassName
{
border-color: #086517;
}
.TagClassName
{
border-color: #086517;
}
</style>