Shades of Crusoe #086329
Tints of Crusoe #086329
RGB
CMYK
RGB Variations
Color information
#086329 (or 0x086329) is known color: Crusoe. HEX triplet: 08, 63 and 29. RGB value is (8,99,41). Sum of RGB (Red+Green+Blue) = 8+99+41=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 99 (39.06% from 255 or 66.89% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 99 - color contains mainly: green. Hex color #086329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086329 is #F79CD6. Grayscale: #414141. Windows color (decimal): -16227543 or 2712328. OLE color: 2712328.
HSL color Cylindrical-coordinate representation of color #086329: hue angle of 141.76º 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 #086329 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 99 | 41 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.61 |
| HSL | 141.76º | 0.85% | 0.21% | - |
| HSV(B) | 141.76º | 0.92% | 0.39% | - |
| XYZ | 4.96 | 9.14 | 3.6 | - |
| YUV | 65.18 | 114.35 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 41 | 0.92 | 0 | 0.59 | 0.61 | 141.76 | 0.85 | 0.21 |
| Hex | 8 | 63 | 29 | 5C | 0 | 3B | 3D | 8E | 55 | 15 |
| Octal | 10 | 143 | 51 | 134 | 0 | 73 | 75 | 216 | 125 | 25 |
| Binary | 1000 | 1100011 | 101001 | 1011100 | 0 | 111011 | 111101 | 10001110 | 1010101 | 10101 |
Color Harmonies of #086329
Complementary color
Monochromatic Colors of #086329
Black with #086329
Text Example
Text Example
White with #086329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086329; }
p { color: rgb(8,99,41); }
H1.HeaderClassName
{
color: #086329;
}
.AnyTagClassName
{
color: #086329;
}
</style>
background-color css
<style>
a { background-color: #086329; }
a { background-color: rgb(8,99,41); }
div.DivClassName
{
background-color: #086329;
}
.BgClassName
{
background-color: #086329;
}
</style>
border-color css
<style>
span { border-color: #086329; }
span { border-color: rgb(8,99,41); }
td.TdClassName
{
border-color: #086329;
}
.TagClassName
{
border-color: #086329;
}
</style>