Shades of Crusoe #086231
Tints of Crusoe #086231
RGB
CMYK
RGB Variations
Color information
#086231 (or 0x086231) is known color: Crusoe. HEX triplet: 08, 62 and 31. RGB value is (8,98,49). Sum of RGB (Red+Green+Blue) = 8+98+49=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #086231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086231 is #F79DCE. Grayscale: #414141. Windows color (decimal): -16227791 or 3236360. OLE color: 3236360.
HSL color Cylindrical-coordinate representation of color #086231: hue angle of 147.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086231 is Cyan = 0.92, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 98 | 49 | - |
| CMYK | 0.92 | 0 | 0.5 | 0.62 |
| HSL | 147.33º | 0.85% | 0.21% | - |
| HSV(B) | 147.33º | 0.92% | 0.38% | - |
| XYZ | 5.02 | 9.01 | 4.38 | - |
| YUV | 65.5 | 118.68 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 49 | 0.92 | 0 | 0.5 | 0.62 | 147.33 | 0.85 | 0.21 |
| Hex | 8 | 62 | 31 | 5C | 0 | 32 | 3E | 93 | 55 | 15 |
| Octal | 10 | 142 | 61 | 134 | 0 | 62 | 76 | 223 | 125 | 25 |
| Binary | 1000 | 1100010 | 110001 | 1011100 | 0 | 110010 | 111110 | 10010011 | 1010101 | 10101 |
Color Harmonies of #086231
Complementary color
Monochromatic Colors of #086231
Black with #086231
Text Example
Text Example
White with #086231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086231; }
p { color: rgb(8,98,49); }
H1.HeaderClassName
{
color: #086231;
}
.AnyTagClassName
{
color: #086231;
}
</style>
background-color css
<style>
a { background-color: #086231; }
a { background-color: rgb(8,98,49); }
div.DivClassName
{
background-color: #086231;
}
.BgClassName
{
background-color: #086231;
}
</style>
border-color css
<style>
span { border-color: #086231; }
span { border-color: rgb(8,98,49); }
td.TdClassName
{
border-color: #086231;
}
.TagClassName
{
border-color: #086231;
}
</style>