Shades of Highball #969739
Tints of Highball #969739
RGB
CMYK
RGB Variations
Color information
#969739 (or 0x969739) is known color: Highball. HEX triplet: 96, 97 and 39. RGB value is (150,151,57). Sum of RGB (Red+Green+Blue) = 150+151+57=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 151 - color contains mainly: green. Hex color #969739 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969739 is #6968C6. Grayscale: #8C8C8C. Windows color (decimal): -6908103 or 3774358. OLE color: 3774358.
HSL color Cylindrical-coordinate representation of color #969739: hue angle of 60.64º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #969739 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 151 | 57 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.41 |
| HSL | 60.64º | 0.45% | 0.41% | - |
| HSV(B) | 60.64º | 0.62% | 0.59% | - |
| XYZ | 24.38 | 28.91 | 8.17 | - |
| YUV | 139.99 | 81.17 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 151 | 57 | 0.01 | 0 | 0.62 | 0.41 | 60.64 | 0.45 | 0.41 |
| Hex | 96 | 97 | 39 | 1 | 0 | 3E | 29 | 3D | 2D | 29 |
| Octal | 226 | 227 | 71 | 1 | 0 | 76 | 51 | 75 | 55 | 51 |
| Binary | 10010110 | 10010111 | 111001 | 1 | 0 | 111110 | 101001 | 111101 | 101101 | 101001 |
Color Harmonies of #969739
Complementary color
Monochromatic Colors of #969739
Black with #969739
Text Example
Text Example
White with #969739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969739; }
p { color: rgb(150,151,57); }
H1.HeaderClassName
{
color: #969739;
}
.AnyTagClassName
{
color: #969739;
}
</style>
background-color css
<style>
a { background-color: #969739; }
a { background-color: rgb(150,151,57); }
div.DivClassName
{
background-color: #969739;
}
.BgClassName
{
background-color: #969739;
}
</style>
border-color css
<style>
span { border-color: #969739; }
span { border-color: rgb(150,151,57); }
td.TdClassName
{
border-color: #969739;
}
.TagClassName
{
border-color: #969739;
}
</style>