Shades of Crusoe #085F24
Tints of Crusoe #085F24
RGB
CMYK
RGB Variations
Color information
#085F24 (or 0x085F24) is known color: Crusoe. HEX triplet: 08, 5F and 24. RGB value is (8,95,36). Sum of RGB (Red+Green+Blue) = 8+95+36=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 95 (37.5% from 255 or 68.35% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 95 - color contains mainly: green. Hex color #085F24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085F24 is #F7A0DB. Grayscale: #3E3E3E. Windows color (decimal): -16228572 or 2383624. OLE color: 2383624.
HSL color Cylindrical-coordinate representation of color #085F24: hue angle of 139.31º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085F24 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 95 | 36 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.63 |
| HSL | 139.31º | 0.84% | 0.2% | - |
| HSV(B) | 139.31º | 0.92% | 0.37% | - |
| XYZ | 4.51 | 8.36 | 3.05 | - |
| YUV | 62.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 36 | 0.92 | 0 | 0.62 | 0.63 | 139.31 | 0.84 | 0.2 |
| Hex | 8 | 5F | 24 | 5C | 0 | 3E | 3F | 8B | 54 | 14 |
| Octal | 10 | 137 | 44 | 134 | 0 | 76 | 77 | 213 | 124 | 24 |
| Binary | 1000 | 1011111 | 100100 | 1011100 | 0 | 111110 | 111111 | 10001011 | 1010100 | 10100 |
Color Harmonies of #085F24
Complementary color
Monochromatic Colors of #085F24
Black with #085F24
Text Example
Text Example
White with #085F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F24; }
p { color: rgb(8,95,36); }
H1.HeaderClassName
{
color: #085F24;
}
.AnyTagClassName
{
color: #085F24;
}
</style>
background-color css
<style>
a { background-color: #085F24; }
a { background-color: rgb(8,95,36); }
div.DivClassName
{
background-color: #085F24;
}
.BgClassName
{
background-color: #085F24;
}
</style>
border-color css
<style>
span { border-color: #085F24; }
span { border-color: rgb(8,95,36); }
td.TdClassName
{
border-color: #085F24;
}
.TagClassName
{
border-color: #085F24;
}
</style>