Shades of Highball #8F924C
Tints of Highball #8F924C
RGB
CMYK
RGB Variations
Color information
#8F924C (or 0x8F924C) is known color: Highball. HEX triplet: 8F, 92 and 4C. RGB value is (143,146,76). Sum of RGB (Red+Green+Blue) = 143+146+76=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #8F924C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F924C is #706DB3. Grayscale: #898989. Windows color (decimal): -7368116 or 5018255. OLE color: 5018255.
HSL color Cylindrical-coordinate representation of color #8F924C: hue angle of 62.57º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F924C is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 76 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.43 |
| HSL | 62.57º | 0.32% | 0.44% | - |
| HSV(B) | 62.57º | 0.48% | 0.57% | - |
| XYZ | 22.91 | 26.92 | 10.83 | - |
| YUV | 137.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 76 | 0.02 | 0 | 0.48 | 0.43 | 62.57 | 0.32 | 0.44 |
| Hex | 8F | 92 | 4C | 2 | 0 | 30 | 2B | 3F | 20 | 2C |
| Octal | 217 | 222 | 114 | 2 | 0 | 60 | 53 | 77 | 40 | 54 |
| Binary | 10001111 | 10010010 | 1001100 | 10 | 0 | 110000 | 101011 | 111111 | 100000 | 101100 |
Color Harmonies of #8F924C
Complementary color
Monochromatic Colors of #8F924C
Black with #8F924C
Text Example
Text Example
White with #8F924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F924C; }
p { color: rgb(143,146,76); }
H1.HeaderClassName
{
color: #8F924C;
}
.AnyTagClassName
{
color: #8F924C;
}
</style>
background-color css
<style>
a { background-color: #8F924C; }
a { background-color: rgb(143,146,76); }
div.DivClassName
{
background-color: #8F924C;
}
.BgClassName
{
background-color: #8F924C;
}
</style>
border-color css
<style>
span { border-color: #8F924C; }
span { border-color: rgb(143,146,76); }
td.TdClassName
{
border-color: #8F924C;
}
.TagClassName
{
border-color: #8F924C;
}
</style>