Shades of Crusoe #086922
Tints of Crusoe #086922
RGB
CMYK
RGB Variations
Color information
#086922 (or 0x086922) is known color: Crusoe. HEX triplet: 08, 69 and 22. RGB value is (8,105,34). Sum of RGB (Red+Green+Blue) = 8+105+34=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 105 (41.41% from 255 or 71.43% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 105 - color contains mainly: green. Hex color #086922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086922 is #F796DD. Grayscale: #444444. Windows color (decimal): -16226014 or 2255112. OLE color: 2255112.
HSL color Cylindrical-coordinate representation of color #086922: hue angle of 136.08º 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 #086922 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 105 | 34 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.59 |
| HSL | 136.08º | 0.86% | 0.22% | - |
| HSV(B) | 136.08º | 0.92% | 0.41% | - |
| XYZ | 5.44 | 10.27 | 3.21 | - |
| YUV | 67.9 | 108.86 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 34 | 0.92 | 0 | 0.68 | 0.59 | 136.08 | 0.86 | 0.22 |
| Hex | 8 | 69 | 22 | 5C | 0 | 44 | 3B | 88 | 56 | 16 |
| Octal | 10 | 151 | 42 | 134 | 0 | 104 | 73 | 210 | 126 | 26 |
| Binary | 1000 | 1101001 | 100010 | 1011100 | 0 | 1000100 | 111011 | 10001000 | 1010110 | 10110 |
Color Harmonies of #086922
Complementary color
Monochromatic Colors of #086922
Black with #086922
Text Example
Text Example
White with #086922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086922; }
p { color: rgb(8,105,34); }
H1.HeaderClassName
{
color: #086922;
}
.AnyTagClassName
{
color: #086922;
}
</style>
background-color css
<style>
a { background-color: #086922; }
a { background-color: rgb(8,105,34); }
div.DivClassName
{
background-color: #086922;
}
.BgClassName
{
background-color: #086922;
}
</style>
border-color css
<style>
span { border-color: #086922; }
span { border-color: rgb(8,105,34); }
td.TdClassName
{
border-color: #086922;
}
.TagClassName
{
border-color: #086922;
}
</style>