Shades of Highball #8F934A
Tints of Highball #8F934A
RGB
CMYK
RGB Variations
Color information
#8F934A (or 0x8F934A) is known color: Highball. HEX triplet: 8F, 93 and 4A. RGB value is (143,147,74). Sum of RGB (Red+Green+Blue) = 143+147+74=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #8F934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F934A is #706CB5. Grayscale: #898989. Windows color (decimal): -7367862 or 4887439. OLE color: 4887439.
HSL color Cylindrical-coordinate representation of color #8F934A: hue angle of 63.29º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F934A is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 74 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.42 |
| HSL | 63.29º | 0.33% | 0.43% | - |
| HSV(B) | 63.29º | 0.5% | 0.58% | - |
| XYZ | 23 | 27.2 | 10.52 | - |
| YUV | 137.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 74 | 0.03 | 0 | 0.50 | 0.42 | 63.29 | 0.33 | 0.43 |
| Hex | 8F | 93 | 4A | 3 | 0 | 32 | 2A | 3F | 21 | 2B |
| Octal | 217 | 223 | 112 | 3 | 0 | 62 | 52 | 77 | 41 | 53 |
| Binary | 10001111 | 10010011 | 1001010 | 11 | 0 | 110010 | 101010 | 111111 | 100001 | 101011 |
Color Harmonies of #8F934A
Complementary color
Monochromatic Colors of #8F934A
Black with #8F934A
Text Example
Text Example
White with #8F934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F934A; }
p { color: rgb(143,147,74); }
H1.HeaderClassName
{
color: #8F934A;
}
.AnyTagClassName
{
color: #8F934A;
}
</style>
background-color css
<style>
a { background-color: #8F934A; }
a { background-color: rgb(143,147,74); }
div.DivClassName
{
background-color: #8F934A;
}
.BgClassName
{
background-color: #8F934A;
}
</style>
border-color css
<style>
span { border-color: #8F934A; }
span { border-color: rgb(143,147,74); }
td.TdClassName
{
border-color: #8F934A;
}
.TagClassName
{
border-color: #8F934A;
}
</style>