Shades of Crusoe #085B18
Tints of Crusoe #085B18
RGB
CMYK
RGB Variations
Color information
#085B18 (or 0x085B18) is known color: Crusoe. HEX triplet: 08, 5B and 18. RGB value is (8,91,24). Sum of RGB (Red+Green+Blue) = 8+91+24=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 91 (35.94% from 255 or 73.98% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 91 - color contains mainly: green. Hex color #085B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085B18 is #F7A4E7. Grayscale: #3A3A3A. Windows color (decimal): -16229608 or 1596168. OLE color: 1596168.
HSL color Cylindrical-coordinate representation of color #085B18: hue angle of 131.57º 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 #085B18 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 91 | 24 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.64 |
| HSL | 131.57º | 0.84% | 0.19% | - |
| HSV(B) | 131.57º | 0.91% | 0.36% | - |
| XYZ | 4.01 | 7.6 | 2.12 | - |
| YUV | 58.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 24 | 0.91 | 0 | 0.74 | 0.64 | 131.57 | 0.84 | 0.19 |
| Hex | 8 | 5B | 18 | 5B | 0 | 4A | 40 | 84 | 54 | 13 |
| Octal | 10 | 133 | 30 | 133 | 0 | 112 | 100 | 204 | 124 | 23 |
| Binary | 1000 | 1011011 | 11000 | 1011011 | 0 | 1001010 | 1000000 | 10000100 | 1010100 | 10011 |
Color Harmonies of #085B18
Complementary color
Monochromatic Colors of #085B18
Black with #085B18
Text Example
Text Example
White with #085B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B18; }
p { color: rgb(8,91,24); }
H1.HeaderClassName
{
color: #085B18;
}
.AnyTagClassName
{
color: #085B18;
}
</style>
background-color css
<style>
a { background-color: #085B18; }
a { background-color: rgb(8,91,24); }
div.DivClassName
{
background-color: #085B18;
}
.BgClassName
{
background-color: #085B18;
}
</style>
border-color css
<style>
span { border-color: #085B18; }
span { border-color: rgb(8,91,24); }
td.TdClassName
{
border-color: #085B18;
}
.TagClassName
{
border-color: #085B18;
}
</style>