#949B6B

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

Shades of Avocado #949B6B

Tints of Avocado #949B6B

Color information

#949B6B (or 0x949B6B) is unknown color: approx Avocado. HEX triplet: 94, 9B and 6B. RGB value is (148,155,107). Sum of RGB (Red+Green+Blue) = 148+155+107=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 155 - color contains mainly: green. Hex color #949B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B6B is #6B6494. Grayscale: #939393. Windows color (decimal): -7038101 or 7052180. OLE color: 7052180.

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

Color convert

RGB148155107-
CMYK0.0500.310.39
HSL68.75º19.35%51.37%-
HSV(B)68.75º30.97%60.78%-
XYZ26.5930.818.45-
YUV147.44105.18128.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.10%
GREEN value IS 155 (60.94% from 255) = 37.80%
BLUE value IS 107 (42.19% from 255) = 26.10%
R=36.10%
G=37.80%
B=26.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481551070.0500.310.3968.7519.3551.37
Hex949B6B501F27451333
Octal2242331535037471052363
Binary10010100100110111101011101011111100111100010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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