#949971

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

Shades of Avocado #949971

Tints of Avocado #949971

Color information

#949971 (or 0x949971) is unknown color: approx Avocado. HEX triplet: 94, 99 and 71. RGB value is (148,153,113). Sum of RGB (Red+Green+Blue) = 148+153+113=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #949971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949971 is #6B668E. Grayscale: #939393. Windows color (decimal): -7038607 or 7444884. OLE color: 7444884.

HSL color Cylindrical-coordinate representation of color #949971: hue angle of 67.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #949971 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB148153113-
CMYK0.0300.260.4
HSL67.5º16.39%52.16%-
HSV(B)67.5º26.14%60%-
XYZ26.5830.2720.06-
YUV146.94108.84128.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.75%
GREEN value IS 153 (60.16% from 255) = 36.96%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=35.75%
G=36.96%
B=27.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1481531130.0300.260.467.516.3952.16
Hex949971301A28441034
Octal2242311613032501042064
Binary1001010010011001111000111011010101000100010010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949971; }

 p { color: rgb(148,153,113); }

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

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

 a { background-color: rgb(148,153,113); }

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

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

 span { border-color: rgb(148,153,113); }

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