#949D6E

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

Shades of Avocado #949D6E

Tints of Avocado #949D6E

Color information

#949D6E (or 0x949D6E) is unknown color: approx Avocado. HEX triplet: 94, 9D and 6E. RGB value is (148,157,110). Sum of RGB (Red+Green+Blue) = 148+157+110=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 157 - color contains mainly: green. Hex color #949D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949D6E is #6B6291. Grayscale: #959595. Windows color (decimal): -7037586 or 7249300. OLE color: 7249300.

HSL color Cylindrical-coordinate representation of color #949D6E: hue angle of 71.49º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #949D6E is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB148157110-
CMYK0.0600.300.38
HSL71.49º19.34%52.35%-
HSV(B)71.49º29.94%61.57%-
XYZ27.0831.5419.41-
YUV148.95106.02127.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.66%
GREEN value IS 157 (61.72% from 255) = 37.83%
BLUE value IS 110 (43.36% from 255) = 26.51%
R=35.66%
G=37.83%
B=26.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481571100.0600.300.3871.4919.3452.35
Hex949D6E601E26471334
Octal2242351566036461072364
Binary10010100100111011101110110011110100110100011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949D6E; }

 p { color: rgb(148,157,110); }

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

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

 a { background-color: rgb(148,157,110); }

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

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

 span { border-color: rgb(148,157,110); }

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