Shades of Crusoe #086C2D
Tints of Crusoe #086C2D
RGB
CMYK
RGB Variations
Color information
#086C2D (or 0x086C2D) is known color: Crusoe. HEX triplet: 08, 6C and 2D. RGB value is (8,108,45). Sum of RGB (Red+Green+Blue) = 8+108+45=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 108 (42.58% from 255 or 67.08% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 108 - color contains mainly: green. Hex color #086C2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086C2D is #F793D2. Grayscale: #474747. Windows color (decimal): -16225235 or 2976776. OLE color: 2976776.
HSL color Cylindrical-coordinate representation of color #086C2D: hue angle of 142.2º 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 #086C2D is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 108 | 45 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.58 |
| HSL | 142.2º | 0.86% | 0.23% | - |
| HSV(B) | 142.2º | 0.93% | 0.42% | - |
| XYZ | 5.94 | 10.97 | 4.29 | - |
| YUV | 70.92 | 113.37 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 45 | 0.93 | 0 | 0.58 | 0.58 | 142.2 | 0.86 | 0.23 |
| Hex | 8 | 6C | 2D | 5D | 0 | 3A | 3A | 8E | 56 | 17 |
| Octal | 10 | 154 | 55 | 135 | 0 | 72 | 72 | 216 | 126 | 27 |
| Binary | 1000 | 1101100 | 101101 | 1011101 | 0 | 111010 | 111010 | 10001110 | 1010110 | 10111 |
Color Harmonies of #086C2D
Complementary color
Monochromatic Colors of #086C2D
Black with #086C2D
Text Example
Text Example
White with #086C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C2D; }
p { color: rgb(8,108,45); }
H1.HeaderClassName
{
color: #086C2D;
}
.AnyTagClassName
{
color: #086C2D;
}
</style>
background-color css
<style>
a { background-color: #086C2D; }
a { background-color: rgb(8,108,45); }
div.DivClassName
{
background-color: #086C2D;
}
.BgClassName
{
background-color: #086C2D;
}
</style>
border-color css
<style>
span { border-color: #086C2D; }
span { border-color: rgb(8,108,45); }
td.TdClassName
{
border-color: #086C2D;
}
.TagClassName
{
border-color: #086C2D;
}
</style>