#96974D

Color #96974D Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #96974D

Tints of Highball #96974D

Color information

#96974D (or 0x96974D) is unknown color: approx Highball. HEX triplet: 96, 97 and 4D. RGB value is (150,151,77). Sum of RGB (Red+Green+Blue) = 150+151+77=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 151 - color contains mainly: green. Hex color #96974D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96974D is #6968B2. Grayscale: #8E8E8E. Windows color (decimal): -6908083 or 5085078. OLE color: 5085078.

HSL color Cylindrical-coordinate representation of color #96974D: hue angle of 60.81º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96974D is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB15015177-
CMYK0.0100.490.41
HSL60.81º32.46%44.71%-
HSV(B)60.81º49.01%59.22%-
XYZ24.9829.1511.33-
YUV142.2691.17133.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 39.68%
GREEN value IS 151 (59.38% from 255) = 39.95%
BLUE value IS 77 (30.47% from 255) = 20.37%
R=39.68%
G=39.95%
B=20.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150151770.0100.490.4160.8132.4644.71
Hex96974D1031293d202d
Octal226227115106151754055
Binary1001011010010111100110110110001101001111101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96974D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96974D; }

 p { color: rgb(150,151,77); }

 H1.HeaderClassName
 {
   color: #96974D;
 }
 .AnyTagClassName
 {
   color: #96974D;
 }
</style>
background-color css

<style>
 a { background-color: #96974D; }

 a { background-color: rgb(150,151,77); }

 div.DivClassName
 {
   background-color: #96974D;
 }
 .BgClassName
 {
   background-color: #96974D;
 }
</style>
border-color css

<style>
 span { border-color: #96974D; }

 span { border-color: rgb(150,151,77); }

 td.TdClassName
 {
   border-color: #96974D;
 }
 .TagClassName
 {
   border-color: #96974D;
 }
</style>