Shades of Bandicoot #8F8A60
Tints of Bandicoot #8F8A60
RGB
CMYK
RGB Variations
Color information
#8F8A60 (or 0x8F8A60) is known color: Bandicoot. HEX triplet: 8F, 8A and 60. RGB value is (143,138,96). Sum of RGB (Red+Green+Blue) = 143+138+96=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8A60 is #70759F. Grayscale: #868686. Windows color (decimal): -7370144 or 6326927. OLE color: 6326927.
HSL color Cylindrical-coordinate representation of color #8F8A60: hue angle of 53.62º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F8A60 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 138 | 96 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.44 |
| HSL | 53.62º | 0.2% | 0.47% | - |
| HSV(B) | 53.62º | 0.33% | 0.56% | - |
| XYZ | 22.53 | 24.86 | 14.68 | - |
| YUV | 134.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 138 | 96 | 0 | 0.03 | 0.33 | 0.44 | 53.62 | 0.2 | 0.47 |
| Hex | 8F | 8A | 60 | 0 | 3 | 21 | 2C | 36 | 14 | 2F |
| Octal | 217 | 212 | 140 | 0 | 3 | 41 | 54 | 66 | 24 | 57 |
| Binary | 10001111 | 10001010 | 1100000 | 0 | 11 | 100001 | 101100 | 110110 | 10100 | 101111 |
Color Harmonies of #8F8A60
Complementary color
Monochromatic Colors of #8F8A60
Black with #8F8A60
Text Example
Text Example
White with #8F8A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8A60; }
p { color: rgb(143,138,96); }
H1.HeaderClassName
{
color: #8F8A60;
}
.AnyTagClassName
{
color: #8F8A60;
}
</style>
background-color css
<style>
a { background-color: #8F8A60; }
a { background-color: rgb(143,138,96); }
div.DivClassName
{
background-color: #8F8A60;
}
.BgClassName
{
background-color: #8F8A60;
}
</style>
border-color css
<style>
span { border-color: #8F8A60; }
span { border-color: rgb(143,138,96); }
td.TdClassName
{
border-color: #8F8A60;
}
.TagClassName
{
border-color: #8F8A60;
}
</style>