Shades of Highball #8C8D37
Tints of Highball #8C8D37
RGB
CMYK
RGB Variations
Color information
#8C8D37 (or 0x8C8D37) is known color: Highball. HEX triplet: 8C, 8D and 37. RGB value is (140,141,55). Sum of RGB (Red+Green+Blue) = 140+141+55=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 141 - color contains mainly: green. Hex color #8C8D37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8D37 is #7372C8. Grayscale: #838383. Windows color (decimal): -7566025 or 3640716. OLE color: 3640716.
HSL color Cylindrical-coordinate representation of color #8C8D37: hue angle of 60.7º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C8D37 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 141 | 55 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.45 |
| HSL | 60.7º | 0.44% | 0.38% | - |
| HSV(B) | 60.7º | 0.61% | 0.55% | - |
| XYZ | 21.03 | 24.9 | 7.31 | - |
| YUV | 130.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 141 | 55 | 0.01 | 0 | 0.61 | 0.45 | 60.7 | 0.44 | 0.38 |
| Hex | 8C | 8D | 37 | 1 | 0 | 3D | 2D | 3D | 2C | 26 |
| Octal | 214 | 215 | 67 | 1 | 0 | 75 | 55 | 75 | 54 | 46 |
| Binary | 10001100 | 10001101 | 110111 | 1 | 0 | 111101 | 101101 | 111101 | 101100 | 100110 |
Color Harmonies of #8C8D37
Complementary color
Monochromatic Colors of #8C8D37
Black with #8C8D37
Text Example
Text Example
White with #8C8D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8D37; }
p { color: rgb(140,141,55); }
H1.HeaderClassName
{
color: #8C8D37;
}
.AnyTagClassName
{
color: #8C8D37;
}
</style>
background-color css
<style>
a { background-color: #8C8D37; }
a { background-color: rgb(140,141,55); }
div.DivClassName
{
background-color: #8C8D37;
}
.BgClassName
{
background-color: #8C8D37;
}
</style>
border-color css
<style>
span { border-color: #8C8D37; }
span { border-color: rgb(140,141,55); }
td.TdClassName
{
border-color: #8C8D37;
}
.TagClassName
{
border-color: #8C8D37;
}
</style>