Shades of Crusoe #085930
Tints of Crusoe #085930
RGB
CMYK
RGB Variations
Color information
#085930 (or 0x085930) is known color: Crusoe. HEX triplet: 08, 59 and 30. RGB value is (8,89,48). Sum of RGB (Red+Green+Blue) = 8+89+48=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 89 (35.16% from 255 or 61.38% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 89 - color contains mainly: green. Hex color #085930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085930 is #F7A6CF. Grayscale: #3C3C3C. Windows color (decimal): -16230096 or 3168520. OLE color: 3168520.
HSL color Cylindrical-coordinate representation of color #085930: hue angle of 149.63º 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 #085930 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 89 | 48 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.65 |
| HSL | 149.63º | 0.84% | 0.19% | - |
| HSV(B) | 149.63º | 0.91% | 0.35% | - |
| XYZ | 4.21 | 7.41 | 4 | - |
| YUV | 60.11 | 121.16 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 48 | 0.91 | 0 | 0.46 | 0.65 | 149.63 | 0.84 | 0.19 |
| Hex | 8 | 59 | 30 | 5B | 0 | 2E | 41 | 96 | 54 | 13 |
| Octal | 10 | 131 | 60 | 133 | 0 | 56 | 101 | 226 | 124 | 23 |
| Binary | 1000 | 1011001 | 110000 | 1011011 | 0 | 101110 | 1000001 | 10010110 | 1010100 | 10011 |
Color Harmonies of #085930
Complementary color
Monochromatic Colors of #085930
Black with #085930
Text Example
Text Example
White with #085930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085930; }
p { color: rgb(8,89,48); }
H1.HeaderClassName
{
color: #085930;
}
.AnyTagClassName
{
color: #085930;
}
</style>
background-color css
<style>
a { background-color: #085930; }
a { background-color: rgb(8,89,48); }
div.DivClassName
{
background-color: #085930;
}
.BgClassName
{
background-color: #085930;
}
</style>
border-color css
<style>
span { border-color: #085930; }
span { border-color: rgb(8,89,48); }
td.TdClassName
{
border-color: #085930;
}
.TagClassName
{
border-color: #085930;
}
</style>