Shades of Highball #8F9137
Tints of Highball #8F9137
RGB
CMYK
RGB Variations
Color information
#8F9137 (or 0x8F9137) is known color: Highball. HEX triplet: 8F, 91 and 37. RGB value is (143,145,55). Sum of RGB (Red+Green+Blue) = 143+145+55=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 145 - color contains mainly: green. Hex color #8F9137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9137 is #706EC8. Grayscale: #868686. Windows color (decimal): -7368393 or 3641743. OLE color: 3641743.
HSL color Cylindrical-coordinate representation of color #8F9137: hue angle of 61.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F9137 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 145 | 55 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.43 |
| HSL | 61.33º | 0.45% | 0.39% | - |
| HSV(B) | 61.33º | 0.62% | 0.57% | - |
| XYZ | 22.14 | 26.37 | 7.54 | - |
| YUV | 134.14 | 83.34 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 145 | 55 | 0.01 | 0 | 0.62 | 0.43 | 61.33 | 0.45 | 0.39 |
| Hex | 8F | 91 | 37 | 1 | 0 | 3E | 2B | 3D | 2D | 27 |
| Octal | 217 | 221 | 67 | 1 | 0 | 76 | 53 | 75 | 55 | 47 |
| Binary | 10001111 | 10010001 | 110111 | 1 | 0 | 111110 | 101011 | 111101 | 101101 | 100111 |
Color Harmonies of #8F9137
Complementary color
Monochromatic Colors of #8F9137
Black with #8F9137
Text Example
Text Example
White with #8F9137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9137; }
p { color: rgb(143,145,55); }
H1.HeaderClassName
{
color: #8F9137;
}
.AnyTagClassName
{
color: #8F9137;
}
</style>
background-color css
<style>
a { background-color: #8F9137; }
a { background-color: rgb(143,145,55); }
div.DivClassName
{
background-color: #8F9137;
}
.BgClassName
{
background-color: #8F9137;
}
</style>
border-color css
<style>
span { border-color: #8F9137; }
span { border-color: rgb(143,145,55); }
td.TdClassName
{
border-color: #8F9137;
}
.TagClassName
{
border-color: #8F9137;
}
</style>