Shades of Highball #968E2F
Tints of Highball #968E2F
RGB
CMYK
RGB Variations
Color information
#968E2F (or 0x968E2F) is known color: Highball. HEX triplet: 96, 8E and 2F. RGB value is (150,142,47). Sum of RGB (Red+Green+Blue) = 150+142+47=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #968E2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968E2F is #6971D0. Grayscale: #858585. Windows color (decimal): -6910417 or 3116694. OLE color: 3116694.
HSL color Cylindrical-coordinate representation of color #968E2F: hue angle of 55.34º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #968E2F is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 47 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.41 |
| HSL | 55.34º | 0.52% | 0.39% | - |
| HSV(B) | 55.34º | 0.69% | 0.59% | - |
| XYZ | 22.76 | 26.04 | 6.51 | - |
| YUV | 133.56 | 79.15 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 47 | 0 | 0.05 | 0.69 | 0.41 | 55.34 | 0.52 | 0.39 |
| Hex | 96 | 8E | 2F | 0 | 5 | 45 | 29 | 37 | 34 | 27 |
| Octal | 226 | 216 | 57 | 0 | 5 | 105 | 51 | 67 | 64 | 47 |
| Binary | 10010110 | 10001110 | 101111 | 0 | 101 | 1000101 | 101001 | 110111 | 110100 | 100111 |
Color Harmonies of #968E2F
Complementary color
Monochromatic Colors of #968E2F
Black with #968E2F
Text Example
Text Example
White with #968E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E2F; }
p { color: rgb(150,142,47); }
H1.HeaderClassName
{
color: #968E2F;
}
.AnyTagClassName
{
color: #968E2F;
}
</style>
background-color css
<style>
a { background-color: #968E2F; }
a { background-color: rgb(150,142,47); }
div.DivClassName
{
background-color: #968E2F;
}
.BgClassName
{
background-color: #968E2F;
}
</style>
border-color css
<style>
span { border-color: #968E2F; }
span { border-color: rgb(150,142,47); }
td.TdClassName
{
border-color: #968E2F;
}
.TagClassName
{
border-color: #968E2F;
}
</style>