Shades of Crusoe #086019
Tints of Crusoe #086019
RGB
CMYK
RGB Variations
Color information
#086019 (or 0x086019) is known color: Crusoe. HEX triplet: 08, 60 and 19. RGB value is (8,96,25). Sum of RGB (Red+Green+Blue) = 8+96+25=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 96 (37.89% from 255 or 74.42% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 96 - color contains mainly: green. Hex color #086019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086019 is #F79FE6. Grayscale: #3D3D3D. Windows color (decimal): -16228327 or 1662984. OLE color: 1662984.
HSL color Cylindrical-coordinate representation of color #086019: hue angle of 131.59º 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 #086019 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 96 | 25 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.62 |
| HSL | 131.59º | 0.85% | 0.2% | - |
| HSV(B) | 131.59º | 0.92% | 0.38% | - |
| XYZ | 4.46 | 8.49 | 2.32 | - |
| YUV | 61.59 | 107.35 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 25 | 0.92 | 0 | 0.74 | 0.62 | 131.59 | 0.85 | 0.2 |
| Hex | 8 | 60 | 19 | 5C | 0 | 4A | 3E | 84 | 55 | 14 |
| Octal | 10 | 140 | 31 | 134 | 0 | 112 | 76 | 204 | 125 | 24 |
| Binary | 1000 | 1100000 | 11001 | 1011100 | 0 | 1001010 | 111110 | 10000100 | 1010101 | 10100 |
Color Harmonies of #086019
Complementary color
Monochromatic Colors of #086019
Black with #086019
Text Example
Text Example
White with #086019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086019; }
p { color: rgb(8,96,25); }
H1.HeaderClassName
{
color: #086019;
}
.AnyTagClassName
{
color: #086019;
}
</style>
background-color css
<style>
a { background-color: #086019; }
a { background-color: rgb(8,96,25); }
div.DivClassName
{
background-color: #086019;
}
.BgClassName
{
background-color: #086019;
}
</style>
border-color css
<style>
span { border-color: #086019; }
span { border-color: rgb(8,96,25); }
td.TdClassName
{
border-color: #086019;
}
.TagClassName
{
border-color: #086019;
}
</style>