Shades of Highball #8C894F
Tints of Highball #8C894F
RGB
CMYK
RGB Variations
Color information
#8C894F (or 0x8C894F) is known color: Highball. HEX triplet: 8C, 89 and 4F. RGB value is (140,137,79). Sum of RGB (Red+Green+Blue) = 140+137+79=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 140 - color contains mainly: red. Hex color #8C894F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C894F is #7376B0. Grayscale: #838383. Windows color (decimal): -7567025 or 5212556. OLE color: 5212556.
HSL color Cylindrical-coordinate representation of color #8C894F: hue angle of 57.05º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C894F is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 137 | 79 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.45 |
| HSL | 57.05º | 0.28% | 0.43% | - |
| HSV(B) | 57.05º | 0.44% | 0.55% | - |
| XYZ | 21.17 | 24.03 | 10.92 | - |
| YUV | 131.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 79 | 0 | 0.02 | 0.44 | 0.45 | 57.05 | 0.28 | 0.43 |
| Hex | 8C | 89 | 4F | 0 | 2 | 2C | 2D | 39 | 1C | 2B |
| Octal | 214 | 211 | 117 | 0 | 2 | 54 | 55 | 71 | 34 | 53 |
| Binary | 10001100 | 10001001 | 1001111 | 0 | 10 | 101100 | 101101 | 111001 | 11100 | 101011 |
Color Harmonies of #8C894F
Complementary color
Monochromatic Colors of #8C894F
Black with #8C894F
Text Example
Text Example
White with #8C894F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C894F; }
p { color: rgb(140,137,79); }
H1.HeaderClassName
{
color: #8C894F;
}
.AnyTagClassName
{
color: #8C894F;
}
</style>
background-color css
<style>
a { background-color: #8C894F; }
a { background-color: rgb(140,137,79); }
div.DivClassName
{
background-color: #8C894F;
}
.BgClassName
{
background-color: #8C894F;
}
</style>
border-color css
<style>
span { border-color: #8C894F; }
span { border-color: rgb(140,137,79); }
td.TdClassName
{
border-color: #8C894F;
}
.TagClassName
{
border-color: #8C894F;
}
</style>