Shades of Crusoe #086929
Tints of Crusoe #086929
RGB
CMYK
RGB Variations
Color information
#086929 (or 0x086929) is known color: Crusoe. HEX triplet: 08, 69 and 29. RGB value is (8,105,41). Sum of RGB (Red+Green+Blue) = 8+105+41=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 105 (41.41% from 255 or 68.18% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 105 - color contains mainly: green. Hex color #086929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086929 is #F796D6. Grayscale: #444444. Windows color (decimal): -16226007 or 2713864. OLE color: 2713864.
HSL color Cylindrical-coordinate representation of color #086929: hue angle of 140.41º 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 #086929 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 105 | 41 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.59 |
| HSL | 140.41º | 0.86% | 0.22% | - |
| HSV(B) | 140.41º | 0.92% | 0.41% | - |
| XYZ | 5.55 | 10.31 | 3.8 | - |
| YUV | 68.7 | 112.36 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 41 | 0.92 | 0 | 0.61 | 0.59 | 140.41 | 0.86 | 0.22 |
| Hex | 8 | 69 | 29 | 5C | 0 | 3D | 3B | 8C | 56 | 16 |
| Octal | 10 | 151 | 51 | 134 | 0 | 75 | 73 | 214 | 126 | 26 |
| Binary | 1000 | 1101001 | 101001 | 1011100 | 0 | 111101 | 111011 | 10001100 | 1010110 | 10110 |
Color Harmonies of #086929
Complementary color
Monochromatic Colors of #086929
Black with #086929
Text Example
Text Example
White with #086929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086929; }
p { color: rgb(8,105,41); }
H1.HeaderClassName
{
color: #086929;
}
.AnyTagClassName
{
color: #086929;
}
</style>
background-color css
<style>
a { background-color: #086929; }
a { background-color: rgb(8,105,41); }
div.DivClassName
{
background-color: #086929;
}
.BgClassName
{
background-color: #086929;
}
</style>
border-color css
<style>
span { border-color: #086929; }
span { border-color: rgb(8,105,41); }
td.TdClassName
{
border-color: #086929;
}
.TagClassName
{
border-color: #086929;
}
</style>