Shades of Highball #8C904B
Tints of Highball #8C904B
RGB
CMYK
RGB Variations
Color information
#8C904B (or 0x8C904B) is known color: Highball. HEX triplet: 8C, 90 and 4B. RGB value is (140,144,75). Sum of RGB (Red+Green+Blue) = 140+144+75=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 144 - color contains mainly: green. Hex color #8C904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C904B is #736FB4. Grayscale: #878787. Windows color (decimal): -7565237 or 4952204. OLE color: 4952204.
HSL color Cylindrical-coordinate representation of color #8C904B: hue angle of 63.48º 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 #8C904B is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 144 | 75 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.44 |
| HSL | 63.48º | 0.32% | 0.43% | - |
| HSV(B) | 63.48º | 0.48% | 0.56% | - |
| XYZ | 22.06 | 26.03 | 10.52 | - |
| YUV | 134.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 75 | 0.03 | 0 | 0.48 | 0.44 | 63.48 | 0.32 | 0.43 |
| Hex | 8C | 90 | 4B | 3 | 0 | 30 | 2C | 3F | 20 | 2B |
| Octal | 214 | 220 | 113 | 3 | 0 | 60 | 54 | 77 | 40 | 53 |
| Binary | 10001100 | 10010000 | 1001011 | 11 | 0 | 110000 | 101100 | 111111 | 100000 | 101011 |
Color Harmonies of #8C904B
Complementary color
Monochromatic Colors of #8C904B
Black with #8C904B
Text Example
Text Example
White with #8C904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C904B; }
p { color: rgb(140,144,75); }
H1.HeaderClassName
{
color: #8C904B;
}
.AnyTagClassName
{
color: #8C904B;
}
</style>
background-color css
<style>
a { background-color: #8C904B; }
a { background-color: rgb(140,144,75); }
div.DivClassName
{
background-color: #8C904B;
}
.BgClassName
{
background-color: #8C904B;
}
</style>
border-color css
<style>
span { border-color: #8C904B; }
span { border-color: rgb(140,144,75); }
td.TdClassName
{
border-color: #8C904B;
}
.TagClassName
{
border-color: #8C904B;
}
</style>