#969B4C

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

Shades of Highball #969B4C

Tints of Highball #969B4C

Color information

#969B4C (or 0x969B4C) is unknown color: approx Highball. HEX triplet: 96, 9B and 4C. RGB value is (150,155,76). Sum of RGB (Red+Green+Blue) = 150+155+76=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #969B4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969B4C is #6964B3. Grayscale: #909090. Windows color (decimal): -6907060 or 5020566. OLE color: 5020566.

HSL color Cylindrical-coordinate representation of color #969B4C: hue angle of 63.8º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #969B4C is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB15015576-
CMYK0.0300.510.39
HSL63.8º34.2%45.29%-
HSV(B)63.8º50.97%60.78%-
XYZ25.630.4511.37-
YUV144.589.34131.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 155 (60.94% from 255) = 40.68%
BLUE value IS 76 (30.08% from 255) = 19.95%
R=39.37%
G=40.68%
B=19.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150155760.0300.510.3963.834.245.29
Hex969B4C30332740222d
Octal2262331143063471004255
Binary100101101001101110011001101100111001111000000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969B4C; }

 p { color: rgb(150,155,76); }

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

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

 a { background-color: rgb(150,155,76); }

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

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

 span { border-color: rgb(150,155,76); }

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