Shades of Highball #8F8838
Tints of Highball #8F8838
RGB
CMYK
RGB Variations
Color information
#8F8838 (or 0x8F8838) is known color: Highball. HEX triplet: 8F, 88 and 38. RGB value is (143,136,56). Sum of RGB (Red+Green+Blue) = 143+136+56=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8838 is #7077C7. Grayscale: #818181. Windows color (decimal): -7370696 or 3704975. OLE color: 3704975.
HSL color Cylindrical-coordinate representation of color #8F8838: hue angle of 55.17º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F8838 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 136 | 56 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.44 |
| HSL | 55.17º | 0.44% | 0.39% | - |
| HSV(B) | 55.17º | 0.61% | 0.56% | - |
| XYZ | 20.85 | 23.73 | 7.22 | - |
| YUV | 128.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 56 | 0 | 0.05 | 0.61 | 0.44 | 55.17 | 0.44 | 0.39 |
| Hex | 8F | 88 | 38 | 0 | 5 | 3D | 2C | 37 | 2C | 27 |
| Octal | 217 | 210 | 70 | 0 | 5 | 75 | 54 | 67 | 54 | 47 |
| Binary | 10001111 | 10001000 | 111000 | 0 | 101 | 111101 | 101100 | 110111 | 101100 | 100111 |
Color Harmonies of #8F8838
Complementary color
Monochromatic Colors of #8F8838
Black with #8F8838
Text Example
Text Example
White with #8F8838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8838; }
p { color: rgb(143,136,56); }
H1.HeaderClassName
{
color: #8F8838;
}
.AnyTagClassName
{
color: #8F8838;
}
</style>
background-color css
<style>
a { background-color: #8F8838; }
a { background-color: rgb(143,136,56); }
div.DivClassName
{
background-color: #8F8838;
}
.BgClassName
{
background-color: #8F8838;
}
</style>
border-color css
<style>
span { border-color: #8F8838; }
span { border-color: rgb(143,136,56); }
td.TdClassName
{
border-color: #8F8838;
}
.TagClassName
{
border-color: #8F8838;
}
</style>