Shades of Highball #8D914B
Tints of Highball #8D914B
RGB
CMYK
RGB Variations
Color information
#8D914B (or 0x8D914B) is known color: Highball. HEX triplet: 8D, 91 and 4B. RGB value is (141,145,75). Sum of RGB (Red+Green+Blue) = 141+145+75=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #8D914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D914B is #726EB4. Grayscale: #888888. Windows color (decimal): -7499445 or 4952461. OLE color: 4952461.
HSL color Cylindrical-coordinate representation of color #8D914B: hue angle of 63.43º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D914B is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 145 | 75 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.43 |
| HSL | 63.43º | 0.32% | 0.43% | - |
| HSV(B) | 63.43º | 0.48% | 0.57% | - |
| XYZ | 22.38 | 26.42 | 10.58 | - |
| YUV | 135.82 | 93.67 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 145 | 75 | 0.03 | 0 | 0.48 | 0.43 | 63.43 | 0.32 | 0.43 |
| Hex | 8D | 91 | 4B | 3 | 0 | 30 | 2B | 3F | 20 | 2B |
| Octal | 215 | 221 | 113 | 3 | 0 | 60 | 53 | 77 | 40 | 53 |
| Binary | 10001101 | 10010001 | 1001011 | 11 | 0 | 110000 | 101011 | 111111 | 100000 | 101011 |
Color Harmonies of #8D914B
Complementary color
Monochromatic Colors of #8D914B
Black with #8D914B
Text Example
Text Example
White with #8D914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D914B; }
p { color: rgb(141,145,75); }
H1.HeaderClassName
{
color: #8D914B;
}
.AnyTagClassName
{
color: #8D914B;
}
</style>
background-color css
<style>
a { background-color: #8D914B; }
a { background-color: rgb(141,145,75); }
div.DivClassName
{
background-color: #8D914B;
}
.BgClassName
{
background-color: #8D914B;
}
</style>
border-color css
<style>
span { border-color: #8D914B; }
span { border-color: rgb(141,145,75); }
td.TdClassName
{
border-color: #8D914B;
}
.TagClassName
{
border-color: #8D914B;
}
</style>