Shades of Highball #8D8730
Tints of Highball #8D8730
RGB
CMYK
RGB Variations
Color information
#8D8730 (or 0x8D8730) is known color: Highball. HEX triplet: 8D, 87 and 30. RGB value is (141,135,48). Sum of RGB (Red+Green+Blue) = 141+135+48=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8730 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8730 is #7278CF. Grayscale: #7F7F7F. Windows color (decimal): -7502032 or 3180429. OLE color: 3180429.
HSL color Cylindrical-coordinate representation of color #8D8730: hue angle of 56.13º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D8730 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 135 | 48 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.45 |
| HSL | 56.13º | 0.49% | 0.37% | - |
| HSV(B) | 56.13º | 0.66% | 0.55% | - |
| XYZ | 20.18 | 23.2 | 6.21 | - |
| YUV | 126.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 48 | 0 | 0.04 | 0.66 | 0.45 | 56.13 | 0.49 | 0.37 |
| Hex | 8D | 87 | 30 | 0 | 4 | 42 | 2D | 38 | 31 | 25 |
| Octal | 215 | 207 | 60 | 0 | 4 | 102 | 55 | 70 | 61 | 45 |
| Binary | 10001101 | 10000111 | 110000 | 0 | 100 | 1000010 | 101101 | 111000 | 110001 | 100101 |
Color Harmonies of #8D8730
Complementary color
Monochromatic Colors of #8D8730
Black with #8D8730
Text Example
Text Example
White with #8D8730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8730; }
p { color: rgb(141,135,48); }
H1.HeaderClassName
{
color: #8D8730;
}
.AnyTagClassName
{
color: #8D8730;
}
</style>
background-color css
<style>
a { background-color: #8D8730; }
a { background-color: rgb(141,135,48); }
div.DivClassName
{
background-color: #8D8730;
}
.BgClassName
{
background-color: #8D8730;
}
</style>
border-color css
<style>
span { border-color: #8D8730; }
span { border-color: rgb(141,135,48); }
td.TdClassName
{
border-color: #8D8730;
}
.TagClassName
{
border-color: #8D8730;
}
</style>