Shades of Crusoe #086220
Tints of Crusoe #086220
RGB
CMYK
RGB Variations
Color information
#086220 (or 0x086220) is known color: Crusoe. HEX triplet: 08, 62 and 20. RGB value is (8,98,32). Sum of RGB (Red+Green+Blue) = 8+98+32=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 98 (38.67% from 255 or 71.01% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 98 - color contains mainly: green. Hex color #086220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086220 is #F79DDF. Grayscale: #3F3F3F. Windows color (decimal): -16227808 or 2122248. OLE color: 2122248.
HSL color Cylindrical-coordinate representation of color #086220: hue angle of 136º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086220 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 98 | 32 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.62 |
| HSL | 136º | 0.85% | 0.21% | - |
| HSV(B) | 136º | 0.92% | 0.38% | - |
| XYZ | 4.73 | 8.89 | 2.83 | - |
| YUV | 63.57 | 110.18 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 32 | 0.92 | 0 | 0.67 | 0.62 | 136 | 0.85 | 0.21 |
| Hex | 8 | 62 | 20 | 5C | 0 | 43 | 3E | 88 | 55 | 15 |
| Octal | 10 | 142 | 40 | 134 | 0 | 103 | 76 | 210 | 125 | 25 |
| Binary | 1000 | 1100010 | 100000 | 1011100 | 0 | 1000011 | 111110 | 10001000 | 1010101 | 10101 |
Color Harmonies of #086220
Complementary color
Monochromatic Colors of #086220
Black with #086220
Text Example
Text Example
White with #086220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086220; }
p { color: rgb(8,98,32); }
H1.HeaderClassName
{
color: #086220;
}
.AnyTagClassName
{
color: #086220;
}
</style>
background-color css
<style>
a { background-color: #086220; }
a { background-color: rgb(8,98,32); }
div.DivClassName
{
background-color: #086220;
}
.BgClassName
{
background-color: #086220;
}
</style>
border-color css
<style>
span { border-color: #086220; }
span { border-color: rgb(8,98,32); }
td.TdClassName
{
border-color: #086220;
}
.TagClassName
{
border-color: #086220;
}
</style>