#949B6D

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

Shades of Avocado #949B6D

Tints of Avocado #949B6D

Color information

#949B6D (or 0x949B6D) is unknown color: approx Avocado. HEX triplet: 94, 9B and 6D. RGB value is (148,155,109). Sum of RGB (Red+Green+Blue) = 148+155+109=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 155 - color contains mainly: green. Hex color #949B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B6D is #6B6492. Grayscale: #939393. Windows color (decimal): -7038099 or 7183252. OLE color: 7183252.

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

Color convert

RGB148155109-
CMYK0.0500.300.39
HSL69.13º18.7%51.76%-
HSV(B)69.13º29.68%60.78%-
XYZ26.6930.8419.01-
YUV147.66106.18128.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 155 (60.94% from 255) = 37.62%
BLUE value IS 109 (42.97% from 255) = 26.46%
R=35.92%
G=37.62%
B=26.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481551090.0500.300.3969.1318.751.76
Hex949B6D501E27451334
Octal2242331555036471052364
Binary10010100100110111101101101011110100111100010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,155,109); }

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

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

 a { background-color: rgb(148,155,109); }

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

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

 span { border-color: rgb(148,155,109); }

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