Shades of Crusoe #086620
Tints of Crusoe #086620
RGB
CMYK
RGB Variations
Color information
#086620 (or 0x086620) is known color: Crusoe. HEX triplet: 08, 66 and 20. RGB value is (8,102,32). Sum of RGB (Red+Green+Blue) = 8+102+32=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 102 (40.23% from 255 or 71.83% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 102 - color contains mainly: green. Hex color #086620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086620 is #F799DF. Grayscale: #424242. Windows color (decimal): -16226784 or 2123272. OLE color: 2123272.
HSL color Cylindrical-coordinate representation of color #086620: hue angle of 135.32º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086620 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 32 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.6 |
| HSL | 135.32º | 0.85% | 0.22% | - |
| HSV(B) | 135.32º | 0.92% | 0.4% | - |
| XYZ | 5.11 | 9.66 | 2.96 | - |
| YUV | 65.91 | 108.86 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 32 | 0.92 | 0 | 0.69 | 0.6 | 135.32 | 0.85 | 0.22 |
| Hex | 8 | 66 | 20 | 5C | 0 | 45 | 3C | 87 | 55 | 16 |
| Octal | 10 | 146 | 40 | 134 | 0 | 105 | 74 | 207 | 125 | 26 |
| Binary | 1000 | 1100110 | 100000 | 1011100 | 0 | 1000101 | 111100 | 10000111 | 1010101 | 10110 |
Color Harmonies of #086620
Complementary color
Monochromatic Colors of #086620
Black with #086620
Text Example
Text Example
White with #086620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086620; }
p { color: rgb(8,102,32); }
H1.HeaderClassName
{
color: #086620;
}
.AnyTagClassName
{
color: #086620;
}
</style>
background-color css
<style>
a { background-color: #086620; }
a { background-color: rgb(8,102,32); }
div.DivClassName
{
background-color: #086620;
}
.BgClassName
{
background-color: #086620;
}
</style>
border-color css
<style>
span { border-color: #086620; }
span { border-color: rgb(8,102,32); }
td.TdClassName
{
border-color: #086620;
}
.TagClassName
{
border-color: #086620;
}
</style>