Shades of Highball #8C9351
Tints of Highball #8C9351
RGB
CMYK
RGB Variations
Color information
#8C9351 (or 0x8C9351) is known color: Highball. HEX triplet: 8C, 93 and 51. RGB value is (140,147,81). Sum of RGB (Red+Green+Blue) = 140+147+81=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9351 is #736CAE. Grayscale: #898989. Windows color (decimal): -7564463 or 5346188. OLE color: 5346188.
HSL color Cylindrical-coordinate representation of color #8C9351: hue angle of 66.36º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C9351 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 81 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.42 |
| HSL | 66.36º | 0.29% | 0.45% | - |
| HSV(B) | 66.36º | 0.45% | 0.58% | - |
| XYZ | 22.73 | 27.04 | 11.81 | - |
| YUV | 137.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 81 | 0.05 | 0 | 0.45 | 0.42 | 66.36 | 0.29 | 0.45 |
| Hex | 8C | 93 | 51 | 5 | 0 | 2D | 2A | 42 | 1D | 2D |
| Octal | 214 | 223 | 121 | 5 | 0 | 55 | 52 | 102 | 35 | 55 |
| Binary | 10001100 | 10010011 | 1010001 | 101 | 0 | 101101 | 101010 | 1000010 | 11101 | 101101 |
Color Harmonies of #8C9351
Complementary color
Monochromatic Colors of #8C9351
Black with #8C9351
Text Example
Text Example
White with #8C9351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9351; }
p { color: rgb(140,147,81); }
H1.HeaderClassName
{
color: #8C9351;
}
.AnyTagClassName
{
color: #8C9351;
}
</style>
background-color css
<style>
a { background-color: #8C9351; }
a { background-color: rgb(140,147,81); }
div.DivClassName
{
background-color: #8C9351;
}
.BgClassName
{
background-color: #8C9351;
}
</style>
border-color css
<style>
span { border-color: #8C9351; }
span { border-color: rgb(140,147,81); }
td.TdClassName
{
border-color: #8C9351;
}
.TagClassName
{
border-color: #8C9351;
}
</style>