Shades of Crusoe #085F1E
Tints of Crusoe #085F1E
RGB
CMYK
RGB Variations
Color information
#085F1E (or 0x085F1E) is known color: Crusoe. HEX triplet: 08, 5F and 1E. RGB value is (8,95,30). Sum of RGB (Red+Green+Blue) = 8+95+30=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 95 (37.5% from 255 or 71.43% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 95 - color contains mainly: green. Hex color #085F1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085F1E is #F7A0E1. Grayscale: #3D3D3D. Windows color (decimal): -16228578 or 1990408. OLE color: 1990408.
HSL color Cylindrical-coordinate representation of color #085F1E: hue angle of 135.17º 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 #085F1E is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 95 | 30 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.63 |
| HSL | 135.17º | 0.84% | 0.2% | - |
| HSV(B) | 135.17º | 0.92% | 0.37% | - |
| XYZ | 4.43 | 8.33 | 2.6 | - |
| YUV | 61.58 | 110.18 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 30 | 0.92 | 0 | 0.68 | 0.63 | 135.17 | 0.84 | 0.2 |
| Hex | 8 | 5F | 1E | 5C | 0 | 44 | 3F | 87 | 54 | 14 |
| Octal | 10 | 137 | 36 | 134 | 0 | 104 | 77 | 207 | 124 | 24 |
| Binary | 1000 | 1011111 | 11110 | 1011100 | 0 | 1000100 | 111111 | 10000111 | 1010100 | 10100 |
Color Harmonies of #085F1E
Complementary color
Monochromatic Colors of #085F1E
Black with #085F1E
Text Example
Text Example
White with #085F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085F1E; }
p { color: rgb(8,95,30); }
H1.HeaderClassName
{
color: #085F1E;
}
.AnyTagClassName
{
color: #085F1E;
}
</style>
background-color css
<style>
a { background-color: #085F1E; }
a { background-color: rgb(8,95,30); }
div.DivClassName
{
background-color: #085F1E;
}
.BgClassName
{
background-color: #085F1E;
}
</style>
border-color css
<style>
span { border-color: #085F1E; }
span { border-color: rgb(8,95,30); }
td.TdClassName
{
border-color: #085F1E;
}
.TagClassName
{
border-color: #085F1E;
}
</style>