Shades of Highball #8F954B
Tints of Highball #8F954B
RGB
CMYK
RGB Variations
Color information
#8F954B (or 0x8F954B) is known color: Highball. HEX triplet: 8F, 95 and 4B. RGB value is (143,149,75). Sum of RGB (Red+Green+Blue) = 143+149+75=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #8F954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F954B is #706AB4. Grayscale: #8B8B8B. Windows color (decimal): -7367349 or 4953487. OLE color: 4953487.
HSL color Cylindrical-coordinate representation of color #8F954B: hue angle of 64.86º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F954B is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 149 | 75 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.42 |
| HSL | 64.86º | 0.33% | 0.44% | - |
| HSV(B) | 64.86º | 0.5% | 0.58% | - |
| XYZ | 23.35 | 27.84 | 10.8 | - |
| YUV | 138.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 149 | 75 | 0.04 | 0 | 0.50 | 0.42 | 64.86 | 0.33 | 0.44 |
| Hex | 8F | 95 | 4B | 4 | 0 | 32 | 2A | 41 | 21 | 2C |
| Octal | 217 | 225 | 113 | 4 | 0 | 62 | 52 | 101 | 41 | 54 |
| Binary | 10001111 | 10010101 | 1001011 | 100 | 0 | 110010 | 101010 | 1000001 | 100001 | 101100 |
Color Harmonies of #8F954B
Complementary color
Monochromatic Colors of #8F954B
Black with #8F954B
Text Example
Text Example
White with #8F954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F954B; }
p { color: rgb(143,149,75); }
H1.HeaderClassName
{
color: #8F954B;
}
.AnyTagClassName
{
color: #8F954B;
}
</style>
background-color css
<style>
a { background-color: #8F954B; }
a { background-color: rgb(143,149,75); }
div.DivClassName
{
background-color: #8F954B;
}
.BgClassName
{
background-color: #8F954B;
}
</style>
border-color css
<style>
span { border-color: #8F954B; }
span { border-color: rgb(143,149,75); }
td.TdClassName
{
border-color: #8F954B;
}
.TagClassName
{
border-color: #8F954B;
}
</style>