Shades of Crusoe #086022
Tints of Crusoe #086022
RGB
CMYK
RGB Variations
Color information
#086022 (or 0x086022) is known color: Crusoe. HEX triplet: 08, 60 and 22. RGB value is (8,96,34). Sum of RGB (Red+Green+Blue) = 8+96+34=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #086022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086022 is #F79FDD. Grayscale: #3E3E3E. Windows color (decimal): -16228318 or 2252808. OLE color: 2252808.
HSL color Cylindrical-coordinate representation of color #086022: hue angle of 137.73º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086022 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 96 | 34 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.62 |
| HSL | 137.73º | 0.85% | 0.2% | - |
| HSV(B) | 137.73º | 0.92% | 0.38% | - |
| XYZ | 4.57 | 8.53 | 2.92 | - |
| YUV | 62.62 | 111.85 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 34 | 0.92 | 0 | 0.65 | 0.62 | 137.73 | 0.85 | 0.2 |
| Hex | 8 | 60 | 22 | 5C | 0 | 41 | 3E | 8A | 55 | 14 |
| Octal | 10 | 140 | 42 | 134 | 0 | 101 | 76 | 212 | 125 | 24 |
| Binary | 1000 | 1100000 | 100010 | 1011100 | 0 | 1000001 | 111110 | 10001010 | 1010101 | 10100 |
Color Harmonies of #086022
Complementary color
Monochromatic Colors of #086022
Black with #086022
Text Example
Text Example
White with #086022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086022; }
p { color: rgb(8,96,34); }
H1.HeaderClassName
{
color: #086022;
}
.AnyTagClassName
{
color: #086022;
}
</style>
background-color css
<style>
a { background-color: #086022; }
a { background-color: rgb(8,96,34); }
div.DivClassName
{
background-color: #086022;
}
.BgClassName
{
background-color: #086022;
}
</style>
border-color css
<style>
span { border-color: #086022; }
span { border-color: rgb(8,96,34); }
td.TdClassName
{
border-color: #086022;
}
.TagClassName
{
border-color: #086022;
}
</style>