#969340

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

Shades of Highball #969340

Tints of Highball #969340

Color information

#969340 (or 0x969340) is unknown color: approx Highball. HEX triplet: 96, 93 and 40. RGB value is (150,147,64). Sum of RGB (Red+Green+Blue) = 150+147+64=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #969340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969340 is #696CBF. Grayscale: #8A8A8A. Windows color (decimal): -6909120 or 4232086. OLE color: 4232086.

HSL color Cylindrical-coordinate representation of color #969340: hue angle of 57.91º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #969340 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB15014764-
CMYK00.020.570.41
HSL57.91º40.19%41.96%-
HSV(B)57.91º57.33%58.82%-
XYZ23.9427.728.94-
YUV138.4485.99136.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 147 (57.81% from 255) = 40.72%
BLUE value IS 64 (25.39% from 255) = 17.73%
R=41.55%
G=40.72%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501476400.020.570.4157.9140.1941.96
Hex9693400239293a282a
Octal226223100027151725052
Binary10010110100100111000000010111001101001111010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969340; }

 p { color: rgb(150,147,64); }

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

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

 a { background-color: rgb(150,147,64); }

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

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

 span { border-color: rgb(150,147,64); }

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