Shades of Crusoe #086823
Tints of Crusoe #086823
RGB
CMYK
RGB Variations
Color information
#086823 (or 0x086823) is known color: Crusoe. HEX triplet: 08, 68 and 23. RGB value is (8,104,35). Sum of RGB (Red+Green+Blue) = 8+104+35=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 104 (41.02% from 255 or 70.75% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 104 - color contains mainly: green. Hex color #086823 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086823 is #F797DC. Grayscale: #434343. Windows color (decimal): -16226269 or 2320392. OLE color: 2320392.
HSL color Cylindrical-coordinate representation of color #086823: hue angle of 136.88º 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 #086823 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 104 | 35 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.59 |
| HSL | 136.88º | 0.86% | 0.22% | - |
| HSV(B) | 136.88º | 0.92% | 0.41% | - |
| XYZ | 5.35 | 10.07 | 3.25 | - |
| YUV | 67.43 | 109.7 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 35 | 0.92 | 0 | 0.66 | 0.59 | 136.88 | 0.86 | 0.22 |
| Hex | 8 | 68 | 23 | 5C | 0 | 42 | 3B | 89 | 56 | 16 |
| Octal | 10 | 150 | 43 | 134 | 0 | 102 | 73 | 211 | 126 | 26 |
| Binary | 1000 | 1101000 | 100011 | 1011100 | 0 | 1000010 | 111011 | 10001001 | 1010110 | 10110 |
Color Harmonies of #086823
Complementary color
Monochromatic Colors of #086823
Black with #086823
Text Example
Text Example
White with #086823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086823; }
p { color: rgb(8,104,35); }
H1.HeaderClassName
{
color: #086823;
}
.AnyTagClassName
{
color: #086823;
}
</style>
background-color css
<style>
a { background-color: #086823; }
a { background-color: rgb(8,104,35); }
div.DivClassName
{
background-color: #086823;
}
.BgClassName
{
background-color: #086823;
}
</style>
border-color css
<style>
span { border-color: #086823; }
span { border-color: rgb(8,104,35); }
td.TdClassName
{
border-color: #086823;
}
.TagClassName
{
border-color: #086823;
}
</style>