#949567

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

Shades of Avocado #949567

Tints of Avocado #949567

Color information

#949567 (or 0x949567) is unknown color: approx Avocado. HEX triplet: 94, 95 and 67. RGB value is (148,149,103). Sum of RGB (Red+Green+Blue) = 148+149+103=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #949567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949567 is #6B6A98. Grayscale: #8F8F8F. Windows color (decimal): -7039641 or 6788500. OLE color: 6788500.

HSL color Cylindrical-coordinate representation of color #949567: hue angle of 61.3º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #949567 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB148149103-
CMYK0.0100.310.42
HSL61.3º18.25%49.41%-
HSV(B)61.3º30.87%58.43%-
XYZ25.4128.7717.05-
YUV143.46105.17131.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 103 (40.62% from 255) = 25.75%
R=37%
G=37.25%
B=25.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481491030.0100.310.4261.318.2549.41
Hex949567101F2A3d1231
Octal224225147103752752261
Binary10010100100101011100111101111110101011110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949567; }

 p { color: rgb(148,149,103); }

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

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

 a { background-color: rgb(148,149,103); }

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

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

 span { border-color: rgb(148,149,103); }

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