Shades of Crusoe #086818
Tints of Crusoe #086818
RGB
CMYK
RGB Variations
Color information
#086818 (or 0x086818) is known color: Crusoe. HEX triplet: 08, 68 and 18. RGB value is (8,104,24). Sum of RGB (Red+Green+Blue) = 8+104+24=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 104 (41.02% from 255 or 76.47% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 104 - color contains mainly: green. Hex color #086818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086818 is #F797E7. Grayscale: #424242. Windows color (decimal): -16226280 or 1599496. OLE color: 1599496.
HSL color Cylindrical-coordinate representation of color #086818: hue angle of 130º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086818 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 104 | 24 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.59 |
| HSL | 130º | 0.86% | 0.22% | - |
| HSV(B) | 130º | 0.92% | 0.41% | - |
| XYZ | 5.22 | 10.02 | 2.52 | - |
| YUV | 66.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 24 | 0.92 | 0 | 0.77 | 0.59 | 130 | 0.86 | 0.22 |
| Hex | 8 | 68 | 18 | 5C | 0 | 4D | 3B | 82 | 56 | 16 |
| Octal | 10 | 150 | 30 | 134 | 0 | 115 | 73 | 202 | 126 | 26 |
| Binary | 1000 | 1101000 | 11000 | 1011100 | 0 | 1001101 | 111011 | 10000010 | 1010110 | 10110 |
Color Harmonies of #086818
Complementary color
Monochromatic Colors of #086818
Black with #086818
Text Example
Text Example
White with #086818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086818; }
p { color: rgb(8,104,24); }
H1.HeaderClassName
{
color: #086818;
}
.AnyTagClassName
{
color: #086818;
}
</style>
background-color css
<style>
a { background-color: #086818; }
a { background-color: rgb(8,104,24); }
div.DivClassName
{
background-color: #086818;
}
.BgClassName
{
background-color: #086818;
}
</style>
border-color css
<style>
span { border-color: #086818; }
span { border-color: rgb(8,104,24); }
td.TdClassName
{
border-color: #086818;
}
.TagClassName
{
border-color: #086818;
}
</style>