Shades of Crusoe #085B1E
Tints of Crusoe #085B1E
RGB
CMYK
RGB Variations
Color information
#085B1E (or 0x085B1E) is known color: Crusoe. HEX triplet: 08, 5B and 1E. RGB value is (8,91,30). Sum of RGB (Red+Green+Blue) = 8+91+30=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 91 (35.94% from 255 or 70.54% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 91 - color contains mainly: green. Hex color #085B1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B1E is #F7A4E1. Grayscale: #3B3B3B. Windows color (decimal): -16229602 or 1989384. OLE color: 1989384.
HSL color Cylindrical-coordinate representation of color #085B1E: hue angle of 135.9º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085B1E is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 91 | 30 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.64 |
| HSL | 135.9º | 0.84% | 0.19% | - |
| HSV(B) | 135.9º | 0.91% | 0.36% | - |
| XYZ | 4.08 | 7.63 | 2.49 | - |
| YUV | 59.23 | 111.5 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 30 | 0.91 | 0 | 0.67 | 0.64 | 135.9 | 0.84 | 0.19 |
| Hex | 8 | 5B | 1E | 5B | 0 | 43 | 40 | 88 | 54 | 13 |
| Octal | 10 | 133 | 36 | 133 | 0 | 103 | 100 | 210 | 124 | 23 |
| Binary | 1000 | 1011011 | 11110 | 1011011 | 0 | 1000011 | 1000000 | 10001000 | 1010100 | 10011 |
Color Harmonies of #085B1E
Complementary color
Monochromatic Colors of #085B1E
Black with #085B1E
Text Example
Text Example
White with #085B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085B1E; }
p { color: rgb(8,91,30); }
H1.HeaderClassName
{
color: #085B1E;
}
.AnyTagClassName
{
color: #085B1E;
}
</style>
background-color css
<style>
a { background-color: #085B1E; }
a { background-color: rgb(8,91,30); }
div.DivClassName
{
background-color: #085B1E;
}
.BgClassName
{
background-color: #085B1E;
}
</style>
border-color css
<style>
span { border-color: #085B1E; }
span { border-color: rgb(8,91,30); }
td.TdClassName
{
border-color: #085B1E;
}
.TagClassName
{
border-color: #085B1E;
}
</style>