Shades of Highball #8F924A
Tints of Highball #8F924A
RGB
CMYK
RGB Variations
Color information
#8F924A (or 0x8F924A) is known color: Highball. HEX triplet: 8F, 92 and 4A. RGB value is (143,146,74). Sum of RGB (Red+Green+Blue) = 143+146+74=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #8F924A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F924A is #706DB5. Grayscale: #898989. Windows color (decimal): -7368118 or 4887183. OLE color: 4887183.
HSL color Cylindrical-coordinate representation of color #8F924A: hue angle of 62.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F924A is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 74 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.43 |
| HSL | 62.5º | 0.33% | 0.43% | - |
| HSV(B) | 62.5º | 0.49% | 0.57% | - |
| XYZ | 22.84 | 26.89 | 10.47 | - |
| YUV | 136.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 74 | 0.02 | 0 | 0.49 | 0.43 | 62.5 | 0.33 | 0.43 |
| Hex | 8F | 92 | 4A | 2 | 0 | 31 | 2B | 3F | 21 | 2B |
| Octal | 217 | 222 | 112 | 2 | 0 | 61 | 53 | 77 | 41 | 53 |
| Binary | 10001111 | 10010010 | 1001010 | 10 | 0 | 110001 | 101011 | 111111 | 100001 | 101011 |
Color Harmonies of #8F924A
Complementary color
Monochromatic Colors of #8F924A
Black with #8F924A
Text Example
Text Example
White with #8F924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F924A; }
p { color: rgb(143,146,74); }
H1.HeaderClassName
{
color: #8F924A;
}
.AnyTagClassName
{
color: #8F924A;
}
</style>
background-color css
<style>
a { background-color: #8F924A; }
a { background-color: rgb(143,146,74); }
div.DivClassName
{
background-color: #8F924A;
}
.BgClassName
{
background-color: #8F924A;
}
</style>
border-color css
<style>
span { border-color: #8F924A; }
span { border-color: rgb(143,146,74); }
td.TdClassName
{
border-color: #8F924A;
}
.TagClassName
{
border-color: #8F924A;
}
</style>