Shades of Crusoe #087020
Tints of Crusoe #087020
RGB
CMYK
RGB Variations
Color information
#087020 (or 0x087020) is known color: Crusoe. HEX triplet: 08, 70 and 20. RGB value is (8,112,32). Sum of RGB (Red+Green+Blue) = 8+112+32=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 112 (44.14% from 255 or 73.68% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 112 - color contains mainly: green. Hex color #087020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087020 is #F78FDF. Grayscale: #484848. Windows color (decimal): -16224224 or 2125832. OLE color: 2125832.
HSL color Cylindrical-coordinate representation of color #087020: hue angle of 133.85º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087020 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 112 | 32 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.56 |
| HSL | 133.85º | 0.87% | 0.24% | - |
| HSV(B) | 133.85º | 0.93% | 0.44% | - |
| XYZ | 6.16 | 11.74 | 3.31 | - |
| YUV | 71.78 | 105.54 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 32 | 0.93 | 0 | 0.71 | 0.56 | 133.85 | 0.87 | 0.24 |
| Hex | 8 | 70 | 20 | 5D | 0 | 47 | 38 | 86 | 57 | 18 |
| Octal | 10 | 160 | 40 | 135 | 0 | 107 | 70 | 206 | 127 | 30 |
| Binary | 1000 | 1110000 | 100000 | 1011101 | 0 | 1000111 | 111000 | 10000110 | 1010111 | 11000 |
Color Harmonies of #087020
Complementary color
Monochromatic Colors of #087020
Black with #087020
Text Example
Text Example
White with #087020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087020; }
p { color: rgb(8,112,32); }
H1.HeaderClassName
{
color: #087020;
}
.AnyTagClassName
{
color: #087020;
}
</style>
background-color css
<style>
a { background-color: #087020; }
a { background-color: rgb(8,112,32); }
div.DivClassName
{
background-color: #087020;
}
.BgClassName
{
background-color: #087020;
}
</style>
border-color css
<style>
span { border-color: #087020; }
span { border-color: rgb(8,112,32); }
td.TdClassName
{
border-color: #087020;
}
.TagClassName
{
border-color: #087020;
}
</style>