Shades of Crusoe #086824
Tints of Crusoe #086824
RGB
CMYK
RGB Variations
Color information
#086824 (or 0x086824) is known color: Crusoe. HEX triplet: 08, 68 and 24. RGB value is (8,104,36). Sum of RGB (Red+Green+Blue) = 8+104+36=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 104 (41.02% from 255 or 70.27% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 104 - color contains mainly: green. Hex color #086824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086824 is #F797DB. Grayscale: #434343. Windows color (decimal): -16226268 or 2385928. OLE color: 2385928.
HSL color Cylindrical-coordinate representation of color #086824: hue angle of 137.5º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086824 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 104 | 36 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.59 |
| HSL | 137.5º | 0.86% | 0.22% | - |
| HSV(B) | 137.5º | 0.92% | 0.41% | - |
| XYZ | 5.37 | 10.08 | 3.33 | - |
| YUV | 67.54 | 110.2 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 36 | 0.92 | 0 | 0.65 | 0.59 | 137.5 | 0.86 | 0.22 |
| Hex | 8 | 68 | 24 | 5C | 0 | 41 | 3B | 8A | 56 | 16 |
| Octal | 10 | 150 | 44 | 134 | 0 | 101 | 73 | 212 | 126 | 26 |
| Binary | 1000 | 1101000 | 100100 | 1011100 | 0 | 1000001 | 111011 | 10001010 | 1010110 | 10110 |
Color Harmonies of #086824
Complementary color
Monochromatic Colors of #086824
Black with #086824
Text Example
Text Example
White with #086824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086824; }
p { color: rgb(8,104,36); }
H1.HeaderClassName
{
color: #086824;
}
.AnyTagClassName
{
color: #086824;
}
</style>
background-color css
<style>
a { background-color: #086824; }
a { background-color: rgb(8,104,36); }
div.DivClassName
{
background-color: #086824;
}
.BgClassName
{
background-color: #086824;
}
</style>
border-color css
<style>
span { border-color: #086824; }
span { border-color: rgb(8,104,36); }
td.TdClassName
{
border-color: #086824;
}
.TagClassName
{
border-color: #086824;
}
</style>