Shades of Highball #8F933A
Tints of Highball #8F933A
RGB
CMYK
RGB Variations
Color information
#8F933A (or 0x8F933A) is known color: Highball. HEX triplet: 8F, 93 and 3A. RGB value is (143,147,58). Sum of RGB (Red+Green+Blue) = 143+147+58=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #8F933A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F933A is #706CC5. Grayscale: #888888. Windows color (decimal): -7367878 or 3838863. OLE color: 3838863.
HSL color Cylindrical-coordinate representation of color #8F933A: hue angle of 62.7º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F933A is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 58 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.42 |
| HSL | 62.7º | 0.43% | 0.4% | - |
| HSV(B) | 62.7º | 0.61% | 0.58% | - |
| XYZ | 22.53 | 27.01 | 8.03 | - |
| YUV | 135.66 | 84.17 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 58 | 0.03 | 0 | 0.61 | 0.42 | 62.7 | 0.43 | 0.4 |
| Hex | 8F | 93 | 3A | 3 | 0 | 3D | 2A | 3F | 2B | 28 |
| Octal | 217 | 223 | 72 | 3 | 0 | 75 | 52 | 77 | 53 | 50 |
| Binary | 10001111 | 10010011 | 111010 | 11 | 0 | 111101 | 101010 | 111111 | 101011 | 101000 |
Color Harmonies of #8F933A
Complementary color
Monochromatic Colors of #8F933A
Black with #8F933A
Text Example
Text Example
White with #8F933A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F933A; }
p { color: rgb(143,147,58); }
H1.HeaderClassName
{
color: #8F933A;
}
.AnyTagClassName
{
color: #8F933A;
}
</style>
background-color css
<style>
a { background-color: #8F933A; }
a { background-color: rgb(143,147,58); }
div.DivClassName
{
background-color: #8F933A;
}
.BgClassName
{
background-color: #8F933A;
}
</style>
border-color css
<style>
span { border-color: #8F933A; }
span { border-color: rgb(143,147,58); }
td.TdClassName
{
border-color: #8F933A;
}
.TagClassName
{
border-color: #8F933A;
}
</style>