Shades of Highball #968E4F
Tints of Highball #968E4F
RGB
CMYK
RGB Variations
Color information
#968E4F (or 0x968E4F) is known color: Highball. HEX triplet: 96, 8E and 4F. RGB value is (150,142,79). Sum of RGB (Red+Green+Blue) = 150+142+79=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #968E4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E4F is #6971B0. Grayscale: #898989. Windows color (decimal): -6910385 or 5213846. OLE color: 5213846.
HSL color Cylindrical-coordinate representation of color #968E4F: hue angle of 53.24º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #968E4F is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 79 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.41 |
| HSL | 53.24º | 0.31% | 0.45% | - |
| HSV(B) | 53.24º | 0.47% | 0.59% | - |
| XYZ | 23.66 | 26.39 | 11.24 | - |
| YUV | 137.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 79 | 0 | 0.05 | 0.47 | 0.41 | 53.24 | 0.31 | 0.45 |
| Hex | 96 | 8E | 4F | 0 | 5 | 2F | 29 | 35 | 1F | 2D |
| Octal | 226 | 216 | 117 | 0 | 5 | 57 | 51 | 65 | 37 | 55 |
| Binary | 10010110 | 10001110 | 1001111 | 0 | 101 | 101111 | 101001 | 110101 | 11111 | 101101 |
Color Harmonies of #968E4F
Complementary color
Monochromatic Colors of #968E4F
Black with #968E4F
Text Example
Text Example
White with #968E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E4F; }
p { color: rgb(150,142,79); }
H1.HeaderClassName
{
color: #968E4F;
}
.AnyTagClassName
{
color: #968E4F;
}
</style>
background-color css
<style>
a { background-color: #968E4F; }
a { background-color: rgb(150,142,79); }
div.DivClassName
{
background-color: #968E4F;
}
.BgClassName
{
background-color: #968E4F;
}
</style>
border-color css
<style>
span { border-color: #968E4F; }
span { border-color: rgb(150,142,79); }
td.TdClassName
{
border-color: #968E4F;
}
.TagClassName
{
border-color: #968E4F;
}
</style>