#968E47

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

Shades of Highball #968E47

Tints of Highball #968E47

Color information

#968E47 (or 0x968E47) is unknown color: approx Highball. HEX triplet: 96, 8E and 47. RGB value is (150,142,71). Sum of RGB (Red+Green+Blue) = 150+142+71=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #968E47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968E47 is #6971B8. Grayscale: #888888. Windows color (decimal): -6910393 or 4689558. OLE color: 4689558.

HSL color Cylindrical-coordinate representation of color #968E47: hue angle of 53.92º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #968E47 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB15014271-
CMYK00.050.530.41
HSL53.92º35.75%43.33%-
HSV(B)53.92º52.67%58.82%-
XYZ23.3926.289.8-
YUV136.391.15137.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 142 (55.86% from 255) = 39.12%
BLUE value IS 71 (28.12% from 255) = 19.56%
R=41.32%
G=39.12%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501427100.050.530.4153.9235.7543.33
Hex968E4705352936242b
Octal226216107056551664453
Binary100101101000111010001110101110101101001110110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968E47; }

 p { color: rgb(150,142,71); }

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

<style>
 a { background-color: #968E47; }

 a { background-color: rgb(150,142,71); }

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

<style>
 span { border-color: #968E47; }

 span { border-color: rgb(150,142,71); }

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