#917D40

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

Shades of Highball #917D40

Tints of Highball #917D40

Color information

#917D40 (or 0x917D40) is unknown color: approx Highball. HEX triplet: 91, 7D and 40. RGB value is (145,125,64). Sum of RGB (Red+Green+Blue) = 145+125+64=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #917D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D40 is #6E82BF. Grayscale: #7C7C7C. Windows color (decimal): -7242432 or 4226449. OLE color: 4226449.

HSL color Cylindrical-coordinate representation of color #917D40: hue angle of 45.19º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #917D40 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB14512564-
CMYK00.140.560.43
HSL45.19º38.76%40.98%-
HSV(B)45.19º55.86%56.86%-
XYZ19.9421.067.86-
YUV124.0394.13142.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.41%
GREEN value IS 125 (49.22% from 255) = 37.43%
BLUE value IS 64 (25.39% from 255) = 19.16%
R=43.41%
G=37.43%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451256400.140.560.4345.1938.7640.98
Hex917D400E382B2d2729
Octal2211751000167053554751
Binary100100011111101100000001110111000101011101101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917D40; }

 p { color: rgb(145,125,64); }

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

<style>
 a { background-color: #917D40; }

 a { background-color: rgb(145,125,64); }

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

<style>
 span { border-color: #917D40; }

 span { border-color: rgb(145,125,64); }

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