Shades of Highball #95973C
Tints of Highball #95973C
RGB
CMYK
RGB Variations
Color information
#95973C (or 0x95973C) is known color: Highball. HEX triplet: 95, 97 and 3C. RGB value is (149,151,60). Sum of RGB (Red+Green+Blue) = 149+151+60=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 151 - color contains mainly: green. Hex color #95973C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95973C is #6A68C3. Grayscale: #8C8C8C. Windows color (decimal): -6973636 or 3970965. OLE color: 3970965.
HSL color Cylindrical-coordinate representation of color #95973C: hue angle of 61.32º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95973C is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 151 | 60 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.41 |
| HSL | 61.32º | 0.43% | 0.41% | - |
| HSV(B) | 61.32º | 0.6% | 0.59% | - |
| XYZ | 24.28 | 28.85 | 8.56 | - |
| YUV | 140.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 151 | 60 | 0.01 | 0 | 0.60 | 0.41 | 61.32 | 0.43 | 0.41 |
| Hex | 95 | 97 | 3C | 1 | 0 | 3C | 29 | 3D | 2B | 29 |
| Octal | 225 | 227 | 74 | 1 | 0 | 74 | 51 | 75 | 53 | 51 |
| Binary | 10010101 | 10010111 | 111100 | 1 | 0 | 111100 | 101001 | 111101 | 101011 | 101001 |
Color Harmonies of #95973C
Complementary color
Monochromatic Colors of #95973C
Black with #95973C
Text Example
Text Example
White with #95973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95973C; }
p { color: rgb(149,151,60); }
H1.HeaderClassName
{
color: #95973C;
}
.AnyTagClassName
{
color: #95973C;
}
</style>
background-color css
<style>
a { background-color: #95973C; }
a { background-color: rgb(149,151,60); }
div.DivClassName
{
background-color: #95973C;
}
.BgClassName
{
background-color: #95973C;
}
</style>
border-color css
<style>
span { border-color: #95973C; }
span { border-color: rgb(149,151,60); }
td.TdClassName
{
border-color: #95973C;
}
.TagClassName
{
border-color: #95973C;
}
</style>