Shades of Crusoe #086E2B
Tints of Crusoe #086E2B
RGB
CMYK
RGB Variations
Color information
#086E2B (or 0x086E2B) is known color: Crusoe. HEX triplet: 08, 6E and 2B. RGB value is (8,110,43). Sum of RGB (Red+Green+Blue) = 8+110+43=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 110 (43.36% from 255 or 68.32% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 110 - color contains mainly: green. Hex color #086E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086E2B is #F791D4. Grayscale: #484848. Windows color (decimal): -16224725 or 2846216. OLE color: 2846216.
HSL color Cylindrical-coordinate representation of color #086E2B: hue angle of 140.59º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086E2B is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 110 | 43 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.57 |
| HSL | 140.59º | 0.86% | 0.23% | - |
| HSV(B) | 140.59º | 0.93% | 0.43% | - |
| XYZ | 6.11 | 11.38 | 4.16 | - |
| YUV | 71.86 | 111.71 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 110 | 43 | 0.93 | 0 | 0.61 | 0.57 | 140.59 | 0.86 | 0.23 |
| Hex | 8 | 6E | 2B | 5D | 0 | 3D | 39 | 8D | 56 | 17 |
| Octal | 10 | 156 | 53 | 135 | 0 | 75 | 71 | 215 | 126 | 27 |
| Binary | 1000 | 1101110 | 101011 | 1011101 | 0 | 111101 | 111001 | 10001101 | 1010110 | 10111 |
Color Harmonies of #086E2B
Complementary color
Monochromatic Colors of #086E2B
Black with #086E2B
Text Example
Text Example
White with #086E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086E2B; }
p { color: rgb(8,110,43); }
H1.HeaderClassName
{
color: #086E2B;
}
.AnyTagClassName
{
color: #086E2B;
}
</style>
background-color css
<style>
a { background-color: #086E2B; }
a { background-color: rgb(8,110,43); }
div.DivClassName
{
background-color: #086E2B;
}
.BgClassName
{
background-color: #086E2B;
}
</style>
border-color css
<style>
span { border-color: #086E2B; }
span { border-color: rgb(8,110,43); }
td.TdClassName
{
border-color: #086E2B;
}
.TagClassName
{
border-color: #086E2B;
}
</style>