Shades of Highball #8B904E
Tints of Highball #8B904E
RGB
CMYK
RGB Variations
Color information
#8B904E (or 0x8B904E) is known color: Highball. HEX triplet: 8B, 90 and 4E. RGB value is (139,144,78). Sum of RGB (Red+Green+Blue) = 139+144+78=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #8B904E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B904E is #746FB1. Grayscale: #878787. Windows color (decimal): -7630770 or 5148811. OLE color: 5148811.
HSL color Cylindrical-coordinate representation of color #8B904E: hue angle of 64.55º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B904E is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 144 | 78 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.44 |
| HSL | 64.55º | 0.3% | 0.44% | - |
| HSV(B) | 64.55º | 0.46% | 0.56% | - |
| XYZ | 22 | 25.99 | 11.06 | - |
| YUV | 134.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 144 | 78 | 0.03 | 0 | 0.46 | 0.44 | 64.55 | 0.3 | 0.44 |
| Hex | 8B | 90 | 4E | 3 | 0 | 2E | 2C | 41 | 1E | 2C |
| Octal | 213 | 220 | 116 | 3 | 0 | 56 | 54 | 101 | 36 | 54 |
| Binary | 10001011 | 10010000 | 1001110 | 11 | 0 | 101110 | 101100 | 1000001 | 11110 | 101100 |
Color Harmonies of #8B904E
Complementary color
Monochromatic Colors of #8B904E
Black with #8B904E
Text Example
Text Example
White with #8B904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B904E; }
p { color: rgb(139,144,78); }
H1.HeaderClassName
{
color: #8B904E;
}
.AnyTagClassName
{
color: #8B904E;
}
</style>
background-color css
<style>
a { background-color: #8B904E; }
a { background-color: rgb(139,144,78); }
div.DivClassName
{
background-color: #8B904E;
}
.BgClassName
{
background-color: #8B904E;
}
</style>
border-color css
<style>
span { border-color: #8B904E; }
span { border-color: rgb(139,144,78); }
td.TdClassName
{
border-color: #8B904E;
}
.TagClassName
{
border-color: #8B904E;
}
</style>