Shades of Crusoe #086B28
Tints of Crusoe #086B28
RGB
CMYK
RGB Variations
Color information
#086B28 (or 0x086B28) is known color: Crusoe. HEX triplet: 08, 6B and 28. RGB value is (8,107,40). Sum of RGB (Red+Green+Blue) = 8+107+40=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 107 (42.19% from 255 or 69.03% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 107 - color contains mainly: green. Hex color #086B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086B28 is #F794D7. Grayscale: #454545. Windows color (decimal): -16225496 or 2648840. OLE color: 2648840.
HSL color Cylindrical-coordinate representation of color #086B28: hue angle of 139.39º 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 #086B28 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 107 | 40 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.58 |
| HSL | 139.39º | 0.86% | 0.23% | - |
| HSV(B) | 139.39º | 0.93% | 0.42% | - |
| XYZ | 5.74 | 10.72 | 3.77 | - |
| YUV | 69.76 | 111.2 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 107 | 40 | 0.93 | 0 | 0.63 | 0.58 | 139.39 | 0.86 | 0.23 |
| Hex | 8 | 6B | 28 | 5D | 0 | 3F | 3A | 8B | 56 | 17 |
| Octal | 10 | 153 | 50 | 135 | 0 | 77 | 72 | 213 | 126 | 27 |
| Binary | 1000 | 1101011 | 101000 | 1011101 | 0 | 111111 | 111010 | 10001011 | 1010110 | 10111 |
Color Harmonies of #086B28
Complementary color
Monochromatic Colors of #086B28
Black with #086B28
Text Example
Text Example
White with #086B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086B28; }
p { color: rgb(8,107,40); }
H1.HeaderClassName
{
color: #086B28;
}
.AnyTagClassName
{
color: #086B28;
}
</style>
background-color css
<style>
a { background-color: #086B28; }
a { background-color: rgb(8,107,40); }
div.DivClassName
{
background-color: #086B28;
}
.BgClassName
{
background-color: #086B28;
}
</style>
border-color css
<style>
span { border-color: #086B28; }
span { border-color: rgb(8,107,40); }
td.TdClassName
{
border-color: #086B28;
}
.TagClassName
{
border-color: #086B28;
}
</style>