Shades of Crusoe #085C17
Tints of Crusoe #085C17
RGB
CMYK
RGB Variations
Color information
#085C17 (or 0x085C17) is known color: Crusoe. HEX triplet: 08, 5C and 17. RGB value is (8,92,23). Sum of RGB (Red+Green+Blue) = 8+92+23=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 92 (36.33% from 255 or 74.80% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 92 - color contains mainly: green. Hex color #085C17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085C17 is #F7A3E8. Grayscale: #3B3B3B. Windows color (decimal): -16229353 or 1530888. OLE color: 1530888.
HSL color Cylindrical-coordinate representation of color #085C17: hue angle of 130.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 #085C17 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 92 | 23 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.64 |
| HSL | 130.71º | 0.84% | 0.2% | - |
| HSV(B) | 130.71º | 0.91% | 0.36% | - |
| XYZ | 4.08 | 7.77 | 2.09 | - |
| YUV | 59.02 | 107.67 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 23 | 0.91 | 0 | 0.75 | 0.64 | 130.71 | 0.84 | 0.2 |
| Hex | 8 | 5C | 17 | 5B | 0 | 4B | 40 | 83 | 54 | 14 |
| Octal | 10 | 134 | 27 | 133 | 0 | 113 | 100 | 203 | 124 | 24 |
| Binary | 1000 | 1011100 | 10111 | 1011011 | 0 | 1001011 | 1000000 | 10000011 | 1010100 | 10100 |
Color Harmonies of #085C17
Complementary color
Monochromatic Colors of #085C17
Black with #085C17
Text Example
Text Example
White with #085C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085C17; }
p { color: rgb(8,92,23); }
H1.HeaderClassName
{
color: #085C17;
}
.AnyTagClassName
{
color: #085C17;
}
</style>
background-color css
<style>
a { background-color: #085C17; }
a { background-color: rgb(8,92,23); }
div.DivClassName
{
background-color: #085C17;
}
.BgClassName
{
background-color: #085C17;
}
</style>
border-color css
<style>
span { border-color: #085C17; }
span { border-color: rgb(8,92,23); }
td.TdClassName
{
border-color: #085C17;
}
.TagClassName
{
border-color: #085C17;
}
</style>