Shades of Crusoe #085D17
Tints of Crusoe #085D17
RGB
CMYK
RGB Variations
Color information
#085D17 (or 0x085D17) is known color: Crusoe. HEX triplet: 08, 5D and 17. RGB value is (8,93,23). Sum of RGB (Red+Green+Blue) = 8+93+23=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 93 (36.72% from 255 or 75% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 93 - color contains mainly: green. Hex color #085D17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085D17 is #F7A2E8. Grayscale: #3B3B3B. Windows color (decimal): -16229097 or 1531144. OLE color: 1531144.
HSL color Cylindrical-coordinate representation of color #085D17: hue angle of 130.59º 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 #085D17 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 93 | 23 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.64 |
| HSL | 130.59º | 0.84% | 0.2% | - |
| HSV(B) | 130.59º | 0.91% | 0.36% | - |
| XYZ | 4.17 | 7.94 | 2.12 | - |
| YUV | 59.61 | 107.34 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 23 | 0.91 | 0 | 0.75 | 0.64 | 130.59 | 0.84 | 0.2 |
| Hex | 8 | 5D | 17 | 5B | 0 | 4B | 40 | 83 | 54 | 14 |
| Octal | 10 | 135 | 27 | 133 | 0 | 113 | 100 | 203 | 124 | 24 |
| Binary | 1000 | 1011101 | 10111 | 1011011 | 0 | 1001011 | 1000000 | 10000011 | 1010100 | 10100 |
Color Harmonies of #085D17
Complementary color
Monochromatic Colors of #085D17
Black with #085D17
Text Example
Text Example
White with #085D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D17; }
p { color: rgb(8,93,23); }
H1.HeaderClassName
{
color: #085D17;
}
.AnyTagClassName
{
color: #085D17;
}
</style>
background-color css
<style>
a { background-color: #085D17; }
a { background-color: rgb(8,93,23); }
div.DivClassName
{
background-color: #085D17;
}
.BgClassName
{
background-color: #085D17;
}
</style>
border-color css
<style>
span { border-color: #085D17; }
span { border-color: rgb(8,93,23); }
td.TdClassName
{
border-color: #085D17;
}
.TagClassName
{
border-color: #085D17;
}
</style>