Shades of Crusoe #085914
Tints of Crusoe #085914
RGB
CMYK
RGB Variations
Color information
#085914 (or 0x085914) is known color: Crusoe. HEX triplet: 08, 59 and 14. RGB value is (8,89,20). Sum of RGB (Red+Green+Blue) = 8+89+20=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 89 (35.16% from 255 or 76.07% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 89 - color contains mainly: green. Hex color #085914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085914 is #F7A6EB. Grayscale: #393939. Windows color (decimal): -16230124 or 1333512. OLE color: 1333512.
HSL color Cylindrical-coordinate representation of color #085914: hue angle of 128.89º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085914 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 89 | 20 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.65 |
| HSL | 128.89º | 0.84% | 0.19% | - |
| HSV(B) | 128.89º | 0.91% | 0.35% | - |
| XYZ | 3.8 | 7.25 | 1.86 | - |
| YUV | 56.92 | 107.16 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 20 | 0.91 | 0 | 0.78 | 0.65 | 128.89 | 0.84 | 0.19 |
| Hex | 8 | 59 | 14 | 5B | 0 | 4E | 41 | 81 | 54 | 13 |
| Octal | 10 | 131 | 24 | 133 | 0 | 116 | 101 | 201 | 124 | 23 |
| Binary | 1000 | 1011001 | 10100 | 1011011 | 0 | 1001110 | 1000001 | 10000001 | 1010100 | 10011 |
Color Harmonies of #085914
Complementary color
Monochromatic Colors of #085914
Black with #085914
Text Example
Text Example
White with #085914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085914; }
p { color: rgb(8,89,20); }
H1.HeaderClassName
{
color: #085914;
}
.AnyTagClassName
{
color: #085914;
}
</style>
background-color css
<style>
a { background-color: #085914; }
a { background-color: rgb(8,89,20); }
div.DivClassName
{
background-color: #085914;
}
.BgClassName
{
background-color: #085914;
}
</style>
border-color css
<style>
span { border-color: #085914; }
span { border-color: rgb(8,89,20); }
td.TdClassName
{
border-color: #085914;
}
.TagClassName
{
border-color: #085914;
}
</style>