Shades of Crusoe #086C29
Tints of Crusoe #086C29
RGB
CMYK
RGB Variations
Color information
#086C29 (or 0x086C29) is known color: Crusoe. HEX triplet: 08, 6C and 29. RGB value is (8,108,41). Sum of RGB (Red+Green+Blue) = 8+108+41=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 108 (42.58% from 255 or 68.79% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 108 - color contains mainly: green. Hex color #086C29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086C29 is #F793D6. Grayscale: #464646. Windows color (decimal): -16225239 or 2714632. OLE color: 2714632.
HSL color Cylindrical-coordinate representation of color #086C29: hue angle of 139.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086C29 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 108 | 41 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.58 |
| HSL | 139.8º | 0.86% | 0.23% | - |
| HSV(B) | 139.8º | 0.93% | 0.42% | - |
| XYZ | 5.86 | 10.94 | 3.9 | - |
| YUV | 70.46 | 111.37 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 41 | 0.93 | 0 | 0.62 | 0.58 | 139.8 | 0.86 | 0.23 |
| Hex | 8 | 6C | 29 | 5D | 0 | 3E | 3A | 8C | 56 | 17 |
| Octal | 10 | 154 | 51 | 135 | 0 | 76 | 72 | 214 | 126 | 27 |
| Binary | 1000 | 1101100 | 101001 | 1011101 | 0 | 111110 | 111010 | 10001100 | 1010110 | 10111 |
Color Harmonies of #086C29
Complementary color
Monochromatic Colors of #086C29
Black with #086C29
Text Example
Text Example
White with #086C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C29; }
p { color: rgb(8,108,41); }
H1.HeaderClassName
{
color: #086C29;
}
.AnyTagClassName
{
color: #086C29;
}
</style>
background-color css
<style>
a { background-color: #086C29; }
a { background-color: rgb(8,108,41); }
div.DivClassName
{
background-color: #086C29;
}
.BgClassName
{
background-color: #086C29;
}
</style>
border-color css
<style>
span { border-color: #086C29; }
span { border-color: rgb(8,108,41); }
td.TdClassName
{
border-color: #086C29;
}
.TagClassName
{
border-color: #086C29;
}
</style>