Shades of Crusoe #086D27
Tints of Crusoe #086D27
RGB
CMYK
RGB Variations
Color information
#086D27 (or 0x086D27) is known color: Crusoe. HEX triplet: 08, 6D and 27. RGB value is (8,109,39). Sum of RGB (Red+Green+Blue) = 8+109+39=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 109 (42.97% from 255 or 69.87% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 109 - color contains mainly: green. Hex color #086D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086D27 is #F792D8. Grayscale: #474747. Windows color (decimal): -16224985 or 2583816. OLE color: 2583816.
HSL color Cylindrical-coordinate representation of color #086D27: hue angle of 138.42º 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 #086D27 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 109 | 39 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.57 |
| HSL | 138.42º | 0.86% | 0.23% | - |
| HSV(B) | 138.42º | 0.93% | 0.43% | - |
| XYZ | 5.93 | 11.14 | 3.76 | - |
| YUV | 70.82 | 110.04 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 39 | 0.93 | 0 | 0.64 | 0.57 | 138.42 | 0.86 | 0.23 |
| Hex | 8 | 6D | 27 | 5D | 0 | 40 | 39 | 8A | 56 | 17 |
| Octal | 10 | 155 | 47 | 135 | 0 | 100 | 71 | 212 | 126 | 27 |
| Binary | 1000 | 1101101 | 100111 | 1011101 | 0 | 1000000 | 111001 | 10001010 | 1010110 | 10111 |
Color Harmonies of #086D27
Complementary color
Monochromatic Colors of #086D27
Black with #086D27
Text Example
Text Example
White with #086D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086D27; }
p { color: rgb(8,109,39); }
H1.HeaderClassName
{
color: #086D27;
}
.AnyTagClassName
{
color: #086D27;
}
</style>
background-color css
<style>
a { background-color: #086D27; }
a { background-color: rgb(8,109,39); }
div.DivClassName
{
background-color: #086D27;
}
.BgClassName
{
background-color: #086D27;
}
</style>
border-color css
<style>
span { border-color: #086D27; }
span { border-color: rgb(8,109,39); }
td.TdClassName
{
border-color: #086D27;
}
.TagClassName
{
border-color: #086D27;
}
</style>