Shades of Highball #94914D
Tints of Highball #94914D
RGB
CMYK
RGB Variations
Color information
#94914D (or 0x94914D) is known color: Highball. HEX triplet: 94, 91 and 4D. RGB value is (148,145,77). Sum of RGB (Red+Green+Blue) = 148+145+77=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #94914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94914D is #6B6EB2. Grayscale: #8A8A8A. Windows color (decimal): -7040691 or 5083540. OLE color: 5083540.
HSL color Cylindrical-coordinate representation of color #94914D: hue angle of 57.46º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94914D is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 145 | 77 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.42 |
| HSL | 57.46º | 0.32% | 0.44% | - |
| HSV(B) | 57.46º | 0.48% | 0.58% | - |
| XYZ | 23.68 | 27.08 | 11 | - |
| YUV | 138.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 145 | 77 | 0 | 0.02 | 0.48 | 0.42 | 57.46 | 0.32 | 0.44 |
| Hex | 94 | 91 | 4D | 0 | 2 | 30 | 2A | 39 | 20 | 2C |
| Octal | 224 | 221 | 115 | 0 | 2 | 60 | 52 | 71 | 40 | 54 |
| Binary | 10010100 | 10010001 | 1001101 | 0 | 10 | 110000 | 101010 | 111001 | 100000 | 101100 |
Color Harmonies of #94914D
Complementary color
Monochromatic Colors of #94914D
Black with #94914D
Text Example
Text Example
White with #94914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94914D; }
p { color: rgb(148,145,77); }
H1.HeaderClassName
{
color: #94914D;
}
.AnyTagClassName
{
color: #94914D;
}
</style>
background-color css
<style>
a { background-color: #94914D; }
a { background-color: rgb(148,145,77); }
div.DivClassName
{
background-color: #94914D;
}
.BgClassName
{
background-color: #94914D;
}
</style>
border-color css
<style>
span { border-color: #94914D; }
span { border-color: rgb(148,145,77); }
td.TdClassName
{
border-color: #94914D;
}
.TagClassName
{
border-color: #94914D;
}
</style>