Shades of Crusoe #085116
Tints of Crusoe #085116
RGB
CMYK
RGB Variations
Color information
#085116 (or 0x085116) is known color: Crusoe. HEX triplet: 08, 51 and 16. RGB value is (8,81,22). Sum of RGB (Red+Green+Blue) = 8+81+22=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 81 (32.03% from 255 or 72.97% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 81 - color contains mainly: green. Hex color #085116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085116 is #F7AEE9. Grayscale: #343434. Windows color (decimal): -16232170 or 1462536. OLE color: 1462536.
HSL color Cylindrical-coordinate representation of color #085116: hue angle of 131.51º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085116 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 81 | 22 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.68 |
| HSL | 131.51º | 0.82% | 0.17% | - |
| HSV(B) | 131.51º | 0.9% | 0.32% | - |
| XYZ | 3.19 | 5.99 | 1.75 | - |
| YUV | 52.45 | 110.82 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 22 | 0.90 | 0 | 0.73 | 0.68 | 131.51 | 0.82 | 0.17 |
| Hex | 8 | 51 | 16 | 5A | 0 | 49 | 44 | 84 | 52 | 11 |
| Octal | 10 | 121 | 26 | 132 | 0 | 111 | 104 | 204 | 122 | 21 |
| Binary | 1000 | 1010001 | 10110 | 1011010 | 0 | 1001001 | 1000100 | 10000100 | 1010010 | 10001 |
Color Harmonies of #085116
Complementary color
Monochromatic Colors of #085116
Black with #085116
Text Example
Text Example
White with #085116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085116; }
p { color: rgb(8,81,22); }
H1.HeaderClassName
{
color: #085116;
}
.AnyTagClassName
{
color: #085116;
}
</style>
background-color css
<style>
a { background-color: #085116; }
a { background-color: rgb(8,81,22); }
div.DivClassName
{
background-color: #085116;
}
.BgClassName
{
background-color: #085116;
}
</style>
border-color css
<style>
span { border-color: #085116; }
span { border-color: rgb(8,81,22); }
td.TdClassName
{
border-color: #085116;
}
.TagClassName
{
border-color: #085116;
}
</style>