Shades of Highball #979B4E
Tints of Highball #979B4E
RGB
CMYK
RGB Variations
Color information
#979B4E (or 0x979B4E) is known color: Highball. HEX triplet: 97, 9B and 4E. RGB value is (151,155,78). Sum of RGB (Red+Green+Blue) = 151+155+78=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 155 - color contains mainly: green. Hex color #979B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979B4E is #6864B1. Grayscale: #919191. Windows color (decimal): -6841522 or 5151639. OLE color: 5151639.
HSL color Cylindrical-coordinate representation of color #979B4E: hue angle of 63.12º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #979B4E is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 155 | 78 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.39 |
| HSL | 63.12º | 0.33% | 0.46% | - |
| HSV(B) | 63.12º | 0.5% | 0.61% | - |
| XYZ | 25.86 | 30.57 | 11.75 | - |
| YUV | 145.03 | 90.17 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 155 | 78 | 0.03 | 0 | 0.50 | 0.39 | 63.12 | 0.33 | 0.46 |
| Hex | 97 | 9B | 4E | 3 | 0 | 32 | 27 | 3F | 21 | 2E |
| Octal | 227 | 233 | 116 | 3 | 0 | 62 | 47 | 77 | 41 | 56 |
| Binary | 10010111 | 10011011 | 1001110 | 11 | 0 | 110010 | 100111 | 111111 | 100001 | 101110 |
Color Harmonies of #979B4E
Complementary color
Monochromatic Colors of #979B4E
Black with #979B4E
Text Example
Text Example
White with #979B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979B4E; }
p { color: rgb(151,155,78); }
H1.HeaderClassName
{
color: #979B4E;
}
.AnyTagClassName
{
color: #979B4E;
}
</style>
background-color css
<style>
a { background-color: #979B4E; }
a { background-color: rgb(151,155,78); }
div.DivClassName
{
background-color: #979B4E;
}
.BgClassName
{
background-color: #979B4E;
}
</style>
border-color css
<style>
span { border-color: #979B4E; }
span { border-color: rgb(151,155,78); }
td.TdClassName
{
border-color: #979B4E;
}
.TagClassName
{
border-color: #979B4E;
}
</style>