Shades of Crusoe #085D1A
Tints of Crusoe #085D1A
RGB
CMYK
RGB Variations
Color information
#085D1A (or 0x085D1A) is known color: Crusoe. HEX triplet: 08, 5D and 1A. RGB value is (8,93,26). Sum of RGB (Red+Green+Blue) = 8+93+26=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 93 (36.72% from 255 or 73.23% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 93 - color contains mainly: green. Hex color #085D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D1A is #F7A2E5. Grayscale: #3C3C3C. Windows color (decimal): -16229094 or 1727752. OLE color: 1727752.
HSL color Cylindrical-coordinate representation of color #085D1A: hue angle of 132.71º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D1A is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 93 | 26 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.64 |
| HSL | 132.71º | 0.84% | 0.2% | - |
| HSV(B) | 132.71º | 0.91% | 0.36% | - |
| XYZ | 4.2 | 7.95 | 2.29 | - |
| YUV | 59.95 | 108.84 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 26 | 0.91 | 0 | 0.72 | 0.64 | 132.71 | 0.84 | 0.2 |
| Hex | 8 | 5D | 1A | 5B | 0 | 48 | 40 | 85 | 54 | 14 |
| Octal | 10 | 135 | 32 | 133 | 0 | 110 | 100 | 205 | 124 | 24 |
| Binary | 1000 | 1011101 | 11010 | 1011011 | 0 | 1001000 | 1000000 | 10000101 | 1010100 | 10100 |
Color Harmonies of #085D1A
Complementary color
Monochromatic Colors of #085D1A
Black with #085D1A
Text Example
Text Example
White with #085D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D1A; }
p { color: rgb(8,93,26); }
H1.HeaderClassName
{
color: #085D1A;
}
.AnyTagClassName
{
color: #085D1A;
}
</style>
background-color css
<style>
a { background-color: #085D1A; }
a { background-color: rgb(8,93,26); }
div.DivClassName
{
background-color: #085D1A;
}
.BgClassName
{
background-color: #085D1A;
}
</style>
border-color css
<style>
span { border-color: #085D1A; }
span { border-color: rgb(8,93,26); }
td.TdClassName
{
border-color: #085D1A;
}
.TagClassName
{
border-color: #085D1A;
}
</style>