#969940

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

Shades of Highball #969940

Tints of Highball #969940

Color information

#969940 (or 0x969940) is unknown color: approx Highball. HEX triplet: 96, 99 and 40. RGB value is (150,153,64). Sum of RGB (Red+Green+Blue) = 150+153+64=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #969940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969940 is #6966BF. Grayscale: #8E8E8E. Windows color (decimal): -6907584 or 4233622. OLE color: 4233622.

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

Color convert

RGB15015364-
CMYK0.0200.580.4
HSL62.02º41.01%42.55%-
HSV(B)62.02º58.17%60%-
XYZ24.8929.649.26-
YUV141.9684.01133.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 64 (25.39% from 255) = 17.44%
R=40.87%
G=41.69%
B=17.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150153640.0200.580.462.0241.0142.55
Hex969940203A283e292b
Octal226231100207250765153
Binary10010110100110011000000100111010101000111110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969940; }

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

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

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

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

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

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

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

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