Shades of Highball #8C8F4A
Tints of Highball #8C8F4A
RGB
CMYK
RGB Variations
Color information
#8C8F4A (or 0x8C8F4A) is known color: Highball. HEX triplet: 8C, 8F and 4A. RGB value is (140,143,74). Sum of RGB (Red+Green+Blue) = 140+143+74=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8F4A is #7370B5. Grayscale: #868686. Windows color (decimal): -7565494 or 4886412. OLE color: 4886412.
HSL color Cylindrical-coordinate representation of color #8C8F4A: hue angle of 62.61º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C8F4A is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 143 | 74 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.44 |
| HSL | 62.61º | 0.32% | 0.43% | - |
| HSV(B) | 62.61º | 0.48% | 0.56% | - |
| XYZ | 21.87 | 25.71 | 10.29 | - |
| YUV | 134.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 74 | 0.02 | 0 | 0.48 | 0.44 | 62.61 | 0.32 | 0.43 |
| Hex | 8C | 8F | 4A | 2 | 0 | 30 | 2C | 3F | 20 | 2B |
| Octal | 214 | 217 | 112 | 2 | 0 | 60 | 54 | 77 | 40 | 53 |
| Binary | 10001100 | 10001111 | 1001010 | 10 | 0 | 110000 | 101100 | 111111 | 100000 | 101011 |
Color Harmonies of #8C8F4A
Complementary color
Monochromatic Colors of #8C8F4A
Black with #8C8F4A
Text Example
Text Example
White with #8C8F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8F4A; }
p { color: rgb(140,143,74); }
H1.HeaderClassName
{
color: #8C8F4A;
}
.AnyTagClassName
{
color: #8C8F4A;
}
</style>
background-color css
<style>
a { background-color: #8C8F4A; }
a { background-color: rgb(140,143,74); }
div.DivClassName
{
background-color: #8C8F4A;
}
.BgClassName
{
background-color: #8C8F4A;
}
</style>
border-color css
<style>
span { border-color: #8C8F4A; }
span { border-color: rgb(140,143,74); }
td.TdClassName
{
border-color: #8C8F4A;
}
.TagClassName
{
border-color: #8C8F4A;
}
</style>