Shades of Highball #8B904B
Tints of Highball #8B904B
RGB
CMYK
RGB Variations
Color information
#8B904B (or 0x8B904B) is known color: Highball. HEX triplet: 8B, 90 and 4B. RGB value is (139,144,75). Sum of RGB (Red+Green+Blue) = 139+144+75=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #8B904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B904B is #746FB4. Grayscale: #868686. Windows color (decimal): -7630773 or 4952203. OLE color: 4952203.
HSL color Cylindrical-coordinate representation of color #8B904B: hue angle of 64.35º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B904B is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 144 | 75 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.44 |
| HSL | 64.35º | 0.32% | 0.43% | - |
| HSV(B) | 64.35º | 0.48% | 0.56% | - |
| XYZ | 21.89 | 25.94 | 10.51 | - |
| YUV | 134.64 | 94.34 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 144 | 75 | 0.03 | 0 | 0.48 | 0.44 | 64.35 | 0.32 | 0.43 |
| Hex | 8B | 90 | 4B | 3 | 0 | 30 | 2C | 40 | 20 | 2B |
| Octal | 213 | 220 | 113 | 3 | 0 | 60 | 54 | 100 | 40 | 53 |
| Binary | 10001011 | 10010000 | 1001011 | 11 | 0 | 110000 | 101100 | 1000000 | 100000 | 101011 |
Color Harmonies of #8B904B
Complementary color
Monochromatic Colors of #8B904B
Black with #8B904B
Text Example
Text Example
White with #8B904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B904B; }
p { color: rgb(139,144,75); }
H1.HeaderClassName
{
color: #8B904B;
}
.AnyTagClassName
{
color: #8B904B;
}
</style>
background-color css
<style>
a { background-color: #8B904B; }
a { background-color: rgb(139,144,75); }
div.DivClassName
{
background-color: #8B904B;
}
.BgClassName
{
background-color: #8B904B;
}
</style>
border-color css
<style>
span { border-color: #8B904B; }
span { border-color: rgb(139,144,75); }
td.TdClassName
{
border-color: #8B904B;
}
.TagClassName
{
border-color: #8B904B;
}
</style>