Shades of Crusoe #086A2C
Tints of Crusoe #086A2C
RGB
CMYK
RGB Variations
Color information
#086A2C (or 0x086A2C) is known color: Crusoe. HEX triplet: 08, 6A and 2C. RGB value is (8,106,44). Sum of RGB (Red+Green+Blue) = 8+106+44=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 106 (41.80% from 255 or 67.09% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 106 - color contains mainly: green. Hex color #086A2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086A2C is #F795D3. Grayscale: #454545. Windows color (decimal): -16225748 or 2910728. OLE color: 2910728.
HSL color Cylindrical-coordinate representation of color #086A2C: hue angle of 142.04º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086A2C is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 106 | 44 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.58 |
| HSL | 142.04º | 0.86% | 0.22% | - |
| HSV(B) | 142.04º | 0.92% | 0.42% | - |
| XYZ | 5.71 | 10.54 | 4.12 | - |
| YUV | 69.63 | 113.53 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 44 | 0.92 | 0 | 0.58 | 0.58 | 142.04 | 0.86 | 0.22 |
| Hex | 8 | 6A | 2C | 5C | 0 | 3A | 3A | 8E | 56 | 16 |
| Octal | 10 | 152 | 54 | 134 | 0 | 72 | 72 | 216 | 126 | 26 |
| Binary | 1000 | 1101010 | 101100 | 1011100 | 0 | 111010 | 111010 | 10001110 | 1010110 | 10110 |
Color Harmonies of #086A2C
Complementary color
Monochromatic Colors of #086A2C
Black with #086A2C
Text Example
Text Example
White with #086A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086A2C; }
p { color: rgb(8,106,44); }
H1.HeaderClassName
{
color: #086A2C;
}
.AnyTagClassName
{
color: #086A2C;
}
</style>
background-color css
<style>
a { background-color: #086A2C; }
a { background-color: rgb(8,106,44); }
div.DivClassName
{
background-color: #086A2C;
}
.BgClassName
{
background-color: #086A2C;
}
</style>
border-color css
<style>
span { border-color: #086A2C; }
span { border-color: rgb(8,106,44); }
td.TdClassName
{
border-color: #086A2C;
}
.TagClassName
{
border-color: #086A2C;
}
</style>