Shades of Crusoe #086C28
Tints of Crusoe #086C28
RGB
CMYK
RGB Variations
Color information
#086C28 (or 0x086C28) is known color: Crusoe. HEX triplet: 08, 6C and 28. RGB value is (8,108,40). Sum of RGB (Red+Green+Blue) = 8+108+40=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 108 (42.58% from 255 or 69.23% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 108 - color contains mainly: green. Hex color #086C28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086C28 is #F793D7. Grayscale: #464646. Windows color (decimal): -16225240 or 2649096. OLE color: 2649096.
HSL color Cylindrical-coordinate representation of color #086C28: hue angle of 139.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 #086C28 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 108 | 40 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.58 |
| HSL | 139.2º | 0.86% | 0.23% | - |
| HSV(B) | 139.2º | 0.93% | 0.42% | - |
| XYZ | 5.85 | 10.93 | 3.81 | - |
| YUV | 70.35 | 110.87 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 40 | 0.93 | 0 | 0.63 | 0.58 | 139.2 | 0.86 | 0.23 |
| Hex | 8 | 6C | 28 | 5D | 0 | 3F | 3A | 8B | 56 | 17 |
| Octal | 10 | 154 | 50 | 135 | 0 | 77 | 72 | 213 | 126 | 27 |
| Binary | 1000 | 1101100 | 101000 | 1011101 | 0 | 111111 | 111010 | 10001011 | 1010110 | 10111 |
Color Harmonies of #086C28
Complementary color
Monochromatic Colors of #086C28
Black with #086C28
Text Example
Text Example
White with #086C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C28; }
p { color: rgb(8,108,40); }
H1.HeaderClassName
{
color: #086C28;
}
.AnyTagClassName
{
color: #086C28;
}
</style>
background-color css
<style>
a { background-color: #086C28; }
a { background-color: rgb(8,108,40); }
div.DivClassName
{
background-color: #086C28;
}
.BgClassName
{
background-color: #086C28;
}
</style>
border-color css
<style>
span { border-color: #086C28; }
span { border-color: rgb(8,108,40); }
td.TdClassName
{
border-color: #086C28;
}
.TagClassName
{
border-color: #086C28;
}
</style>