Shades of Highball #959445
Tints of Highball #959445
RGB
CMYK
RGB Variations
Color information
#959445 (or 0x959445) is known color: Highball. HEX triplet: 95, 94 and 45. RGB value is (149,148,69). Sum of RGB (Red+Green+Blue) = 149+148+69=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #959445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959445 is #6A6BBA. Grayscale: #8B8B8B. Windows color (decimal): -6974395 or 4560021. OLE color: 4560021.
HSL color Cylindrical-coordinate representation of color #959445: hue angle of 59.25º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #959445 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 148 | 69 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.42 |
| HSL | 59.25º | 0.37% | 0.43% | - |
| HSV(B) | 59.25º | 0.54% | 0.58% | - |
| XYZ | 24.06 | 28 | 9.77 | - |
| YUV | 139.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 148 | 69 | 0 | 0.01 | 0.54 | 0.42 | 59.25 | 0.37 | 0.43 |
| Hex | 95 | 94 | 45 | 0 | 1 | 36 | 2A | 3B | 25 | 2B |
| Octal | 225 | 224 | 105 | 0 | 1 | 66 | 52 | 73 | 45 | 53 |
| Binary | 10010101 | 10010100 | 1000101 | 0 | 1 | 110110 | 101010 | 111011 | 100101 | 101011 |
Color Harmonies of #959445
Complementary color
Monochromatic Colors of #959445
Black with #959445
Text Example
Text Example
White with #959445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959445; }
p { color: rgb(149,148,69); }
H1.HeaderClassName
{
color: #959445;
}
.AnyTagClassName
{
color: #959445;
}
</style>
background-color css
<style>
a { background-color: #959445; }
a { background-color: rgb(149,148,69); }
div.DivClassName
{
background-color: #959445;
}
.BgClassName
{
background-color: #959445;
}
</style>
border-color css
<style>
span { border-color: #959445; }
span { border-color: rgb(149,148,69); }
td.TdClassName
{
border-color: #959445;
}
.TagClassName
{
border-color: #959445;
}
</style>