Shades of Crusoe #085B16
Tints of Crusoe #085B16
RGB
CMYK
RGB Variations
Color information
#085B16 (or 0x085B16) is known color: Crusoe. HEX triplet: 08, 5B and 16. RGB value is (8,91,22). Sum of RGB (Red+Green+Blue) = 8+91+22=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 91 (35.94% from 255 or 75.21% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 91 - color contains mainly: green. Hex color #085B16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085B16 is #F7A4E9. Grayscale: #3A3A3A. Windows color (decimal): -16229610 or 1465096. OLE color: 1465096.
HSL color Cylindrical-coordinate representation of color #085B16: hue angle of 130.12º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085B16 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 91 | 22 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.64 |
| HSL | 130.12º | 0.84% | 0.19% | - |
| HSV(B) | 130.12º | 0.91% | 0.36% | - |
| XYZ | 3.99 | 7.59 | 2.01 | - |
| YUV | 58.32 | 107.5 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 22 | 0.91 | 0 | 0.76 | 0.64 | 130.12 | 0.84 | 0.19 |
| Hex | 8 | 5B | 16 | 5B | 0 | 4C | 40 | 82 | 54 | 13 |
| Octal | 10 | 133 | 26 | 133 | 0 | 114 | 100 | 202 | 124 | 23 |
| Binary | 1000 | 1011011 | 10110 | 1011011 | 0 | 1001100 | 1000000 | 10000010 | 1010100 | 10011 |
Color Harmonies of #085B16
Complementary color
Monochromatic Colors of #085B16
Black with #085B16
Text Example
Text Example
White with #085B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B16; }
p { color: rgb(8,91,22); }
H1.HeaderClassName
{
color: #085B16;
}
.AnyTagClassName
{
color: #085B16;
}
</style>
background-color css
<style>
a { background-color: #085B16; }
a { background-color: rgb(8,91,22); }
div.DivClassName
{
background-color: #085B16;
}
.BgClassName
{
background-color: #085B16;
}
</style>
border-color css
<style>
span { border-color: #085B16; }
span { border-color: rgb(8,91,22); }
td.TdClassName
{
border-color: #085B16;
}
.TagClassName
{
border-color: #085B16;
}
</style>