Shades of Highball #8F954F
Tints of Highball #8F954F
RGB
CMYK
RGB Variations
Color information
#8F954F (or 0x8F954F) is known color: Highball. HEX triplet: 8F, 95 and 4F. RGB value is (143,149,79). Sum of RGB (Red+Green+Blue) = 143+149+79=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #8F954F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F954F is #706AB0. Grayscale: #8B8B8B. Windows color (decimal): -7367345 or 5215631. OLE color: 5215631.
HSL color Cylindrical-coordinate representation of color #8F954F: hue angle of 65.14º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F954F is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 149 | 79 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.42 |
| HSL | 65.14º | 0.31% | 0.45% | - |
| HSV(B) | 65.14º | 0.47% | 0.58% | - |
| XYZ | 23.49 | 27.9 | 11.54 | - |
| YUV | 139.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 149 | 79 | 0.04 | 0 | 0.47 | 0.42 | 65.14 | 0.31 | 0.45 |
| Hex | 8F | 95 | 4F | 4 | 0 | 2F | 2A | 41 | 1F | 2D |
| Octal | 217 | 225 | 117 | 4 | 0 | 57 | 52 | 101 | 37 | 55 |
| Binary | 10001111 | 10010101 | 1001111 | 100 | 0 | 101111 | 101010 | 1000001 | 11111 | 101101 |
Color Harmonies of #8F954F
Complementary color
Monochromatic Colors of #8F954F
Black with #8F954F
Text Example
Text Example
White with #8F954F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F954F; }
p { color: rgb(143,149,79); }
H1.HeaderClassName
{
color: #8F954F;
}
.AnyTagClassName
{
color: #8F954F;
}
</style>
background-color css
<style>
a { background-color: #8F954F; }
a { background-color: rgb(143,149,79); }
div.DivClassName
{
background-color: #8F954F;
}
.BgClassName
{
background-color: #8F954F;
}
</style>
border-color css
<style>
span { border-color: #8F954F; }
span { border-color: rgb(143,149,79); }
td.TdClassName
{
border-color: #8F954F;
}
.TagClassName
{
border-color: #8F954F;
}
</style>