Shades of Crusoe #085123
Tints of Crusoe #085123
RGB
CMYK
RGB Variations
Color information
#085123 (or 0x085123) is known color: Crusoe. HEX triplet: 08, 51 and 23. RGB value is (8,81,35). Sum of RGB (Red+Green+Blue) = 8+81+35=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 81 (32.03% from 255 or 65.32% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 81 - color contains mainly: green. Hex color #085123 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085123 is #F7AEDC. Grayscale: #363636. Windows color (decimal): -16232157 or 2314504. OLE color: 2314504.
HSL color Cylindrical-coordinate representation of color #085123: hue angle of 142.19º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085123 is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 81 | 35 | - |
| CMYK | 0.90 | 0 | 0.57 | 0.68 |
| HSL | 142.19º | 0.82% | 0.17% | - |
| HSV(B) | 142.19º | 0.9% | 0.32% | - |
| XYZ | 3.35 | 6.06 | 2.58 | - |
| YUV | 53.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 35 | 0.90 | 0 | 0.57 | 0.68 | 142.19 | 0.82 | 0.17 |
| Hex | 8 | 51 | 23 | 5A | 0 | 39 | 44 | 8E | 52 | 11 |
| Octal | 10 | 121 | 43 | 132 | 0 | 71 | 104 | 216 | 122 | 21 |
| Binary | 1000 | 1010001 | 100011 | 1011010 | 0 | 111001 | 1000100 | 10001110 | 1010010 | 10001 |
Color Harmonies of #085123
Complementary color
Monochromatic Colors of #085123
Black with #085123
Text Example
Text Example
White with #085123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085123; }
p { color: rgb(8,81,35); }
H1.HeaderClassName
{
color: #085123;
}
.AnyTagClassName
{
color: #085123;
}
</style>
background-color css
<style>
a { background-color: #085123; }
a { background-color: rgb(8,81,35); }
div.DivClassName
{
background-color: #085123;
}
.BgClassName
{
background-color: #085123;
}
</style>
border-color css
<style>
span { border-color: #085123; }
span { border-color: rgb(8,81,35); }
td.TdClassName
{
border-color: #085123;
}
.TagClassName
{
border-color: #085123;
}
</style>