Shades of Highball #949C3C
Tints of Highball #949C3C
RGB
CMYK
RGB Variations
Color information
#949C3C (or 0x949C3C) is known color: Highball. HEX triplet: 94, 9C and 3C. RGB value is (148,156,60). Sum of RGB (Red+Green+Blue) = 148+156+60=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #949C3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949C3C is #6B63C3. Grayscale: #8F8F8F. Windows color (decimal): -7037892 or 3972244. OLE color: 3972244.
HSL color Cylindrical-coordinate representation of color #949C3C: hue angle of 65º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #949C3C is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 156 | 60 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.39 |
| HSL | 65º | 0.44% | 0.42% | - |
| HSV(B) | 65º | 0.62% | 0.61% | - |
| XYZ | 24.92 | 30.4 | 8.83 | - |
| YUV | 142.66 | 81.35 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 156 | 60 | 0.05 | 0 | 0.62 | 0.39 | 65 | 0.44 | 0.42 |
| Hex | 94 | 9C | 3C | 5 | 0 | 3E | 27 | 41 | 2C | 2A |
| Octal | 224 | 234 | 74 | 5 | 0 | 76 | 47 | 101 | 54 | 52 |
| Binary | 10010100 | 10011100 | 111100 | 101 | 0 | 111110 | 100111 | 1000001 | 101100 | 101010 |
Color Harmonies of #949C3C
Complementary color
Monochromatic Colors of #949C3C
Black with #949C3C
Text Example
Text Example
White with #949C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949C3C; }
p { color: rgb(148,156,60); }
H1.HeaderClassName
{
color: #949C3C;
}
.AnyTagClassName
{
color: #949C3C;
}
</style>
background-color css
<style>
a { background-color: #949C3C; }
a { background-color: rgb(148,156,60); }
div.DivClassName
{
background-color: #949C3C;
}
.BgClassName
{
background-color: #949C3C;
}
</style>
border-color css
<style>
span { border-color: #949C3C; }
span { border-color: rgb(148,156,60); }
td.TdClassName
{
border-color: #949C3C;
}
.TagClassName
{
border-color: #949C3C;
}
</style>