Shades of Crusoe #085018
Tints of Crusoe #085018
RGB
CMYK
RGB Variations
Color information
#085018 (or 0x085018) is known color: Crusoe. HEX triplet: 08, 50 and 18. RGB value is (8,80,24). Sum of RGB (Red+Green+Blue) = 8+80+24=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 80 (31.64% from 255 or 71.43% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 80 - color contains mainly: green. Hex color #085018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085018 is #F7AFE7. Grayscale: #343434. Windows color (decimal): -16232424 or 1593352. OLE color: 1593352.
HSL color Cylindrical-coordinate representation of color #085018: hue angle of 133.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085018 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 80 | 24 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.69 |
| HSL | 133.33º | 0.82% | 0.17% | - |
| HSV(B) | 133.33º | 0.9% | 0.31% | - |
| XYZ | 3.13 | 5.85 | 1.83 | - |
| YUV | 52.09 | 112.15 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 24 | 0.90 | 0 | 0.70 | 0.69 | 133.33 | 0.82 | 0.17 |
| Hex | 8 | 50 | 18 | 5A | 0 | 46 | 45 | 85 | 52 | 11 |
| Octal | 10 | 120 | 30 | 132 | 0 | 106 | 105 | 205 | 122 | 21 |
| Binary | 1000 | 1010000 | 11000 | 1011010 | 0 | 1000110 | 1000101 | 10000101 | 1010010 | 10001 |
Color Harmonies of #085018
Complementary color
Monochromatic Colors of #085018
Black with #085018
Text Example
Text Example
White with #085018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085018; }
p { color: rgb(8,80,24); }
H1.HeaderClassName
{
color: #085018;
}
.AnyTagClassName
{
color: #085018;
}
</style>
background-color css
<style>
a { background-color: #085018; }
a { background-color: rgb(8,80,24); }
div.DivClassName
{
background-color: #085018;
}
.BgClassName
{
background-color: #085018;
}
</style>
border-color css
<style>
span { border-color: #085018; }
span { border-color: rgb(8,80,24); }
td.TdClassName
{
border-color: #085018;
}
.TagClassName
{
border-color: #085018;
}
</style>