#969A4A

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

Shades of Highball #969A4A

Tints of Highball #969A4A

Color information

#969A4A (or 0x969A4A) is unknown color: approx Highball. HEX triplet: 96, 9A and 4A. RGB value is (150,154,74). Sum of RGB (Red+Green+Blue) = 150+154+74=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 154 - color contains mainly: green. Hex color #969A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969A4A is #6965B5. Grayscale: #909090. Windows color (decimal): -6907318 or 4889238. OLE color: 4889238.

HSL color Cylindrical-coordinate representation of color #969A4A: hue angle of 63º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #969A4A is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB15015474-
CMYK0.0300.520.40
HSL63º35.09%44.71%-
HSV(B)63º51.95%60.39%-
XYZ25.3730.0910.95-
YUV143.6888.67132.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.68%
GREEN value IS 154 (60.55% from 255) = 40.74%
BLUE value IS 74 (29.30% from 255) = 19.58%
R=39.68%
G=40.74%
B=19.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150154740.0300.520.406335.0944.71
Hex969A4A3034283f232d
Octal226232112306450774355
Binary10010110100110101001010110110100101000111111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,154,74); }

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

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

 a { background-color: rgb(150,154,74); }

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

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

 span { border-color: rgb(150,154,74); }

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