Shades of Crusoe #086921
Tints of Crusoe #086921
RGB
CMYK
RGB Variations
Color information
#086921 (or 0x086921) is known color: Crusoe. HEX triplet: 08, 69 and 21. RGB value is (8,105,33). Sum of RGB (Red+Green+Blue) = 8+105+33=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 105 (41.41% from 255 or 71.92% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 105 - color contains mainly: green. Hex color #086921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086921 is #F796DE. Grayscale: #434343. Windows color (decimal): -16226015 or 2189576. OLE color: 2189576.
HSL color Cylindrical-coordinate representation of color #086921: hue angle of 135.46º 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 #086921 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 105 | 33 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.59 |
| HSL | 135.46º | 0.86% | 0.22% | - |
| HSV(B) | 135.46º | 0.92% | 0.41% | - |
| XYZ | 5.43 | 10.26 | 3.13 | - |
| YUV | 67.79 | 108.36 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 33 | 0.92 | 0 | 0.69 | 0.59 | 135.46 | 0.86 | 0.22 |
| Hex | 8 | 69 | 21 | 5C | 0 | 45 | 3B | 87 | 56 | 16 |
| Octal | 10 | 151 | 41 | 134 | 0 | 105 | 73 | 207 | 126 | 26 |
| Binary | 1000 | 1101001 | 100001 | 1011100 | 0 | 1000101 | 111011 | 10000111 | 1010110 | 10110 |
Color Harmonies of #086921
Complementary color
Monochromatic Colors of #086921
Black with #086921
Text Example
Text Example
White with #086921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086921; }
p { color: rgb(8,105,33); }
H1.HeaderClassName
{
color: #086921;
}
.AnyTagClassName
{
color: #086921;
}
</style>
background-color css
<style>
a { background-color: #086921; }
a { background-color: rgb(8,105,33); }
div.DivClassName
{
background-color: #086921;
}
.BgClassName
{
background-color: #086921;
}
</style>
border-color css
<style>
span { border-color: #086921; }
span { border-color: rgb(8,105,33); }
td.TdClassName
{
border-color: #086921;
}
.TagClassName
{
border-color: #086921;
}
</style>