Shades of Highball #8F914C
Tints of Highball #8F914C
RGB
CMYK
RGB Variations
Color information
#8F914C (or 0x8F914C) is known color: Highball. HEX triplet: 8F, 91 and 4C. RGB value is (143,145,76). Sum of RGB (Red+Green+Blue) = 143+145+76=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #8F914C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F914C is #706EB3. Grayscale: #888888. Windows color (decimal): -7368372 or 5017999. OLE color: 5017999.
HSL color Cylindrical-coordinate representation of color #8F914C: hue angle of 61.74º degrees, saturation: 0.31, 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 #8F914C is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 145 | 76 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.43 |
| HSL | 61.74º | 0.31% | 0.43% | - |
| HSV(B) | 61.74º | 0.48% | 0.57% | - |
| XYZ | 22.76 | 26.61 | 10.77 | - |
| YUV | 136.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 76 | 0.01 | 0 | 0.48 | 0.43 | 61.74 | 0.31 | 0.43 |
| Hex | 8F | 91 | 4C | 1 | 0 | 30 | 2B | 3E | 1F | 2B |
| Octal | 217 | 221 | 114 | 1 | 0 | 60 | 53 | 76 | 37 | 53 |
| Binary | 10001111 | 10010001 | 1001100 | 1 | 0 | 110000 | 101011 | 111110 | 11111 | 101011 |
Color Harmonies of #8F914C
Complementary color
Monochromatic Colors of #8F914C
Black with #8F914C
Text Example
Text Example
White with #8F914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F914C; }
p { color: rgb(143,145,76); }
H1.HeaderClassName
{
color: #8F914C;
}
.AnyTagClassName
{
color: #8F914C;
}
</style>
background-color css
<style>
a { background-color: #8F914C; }
a { background-color: rgb(143,145,76); }
div.DivClassName
{
background-color: #8F914C;
}
.BgClassName
{
background-color: #8F914C;
}
</style>
border-color css
<style>
span { border-color: #8F914C; }
span { border-color: rgb(143,145,76); }
td.TdClassName
{
border-color: #8F914C;
}
.TagClassName
{
border-color: #8F914C;
}
</style>