#919464

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

Shades of Avocado #919464

Tints of Avocado #919464

Color information

#919464 (or 0x919464) is unknown color: approx Avocado. HEX triplet: 91, 94 and 64. RGB value is (145,148,100). Sum of RGB (Red+Green+Blue) = 145+148+100=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #919464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919464 is #6E6B9B. Grayscale: #8D8D8D. Windows color (decimal): -7236508 or 6591633. OLE color: 6591633.

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

Color convert

RGB145148100-
CMYK0.0200.320.42
HSL63.75º19.35%48.63%-
HSV(B)63.75º32.43%58.04%-
XYZ24.5728.1216.19-
YUV141.63104.51130.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.90%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=36.90%
G=37.66%
B=25.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451481000.0200.320.4263.7519.3548.63
Hex91946420202A401331
Octal2212241442040521002361
Binary10010001100101001100100100100000101010100000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919464; }

 p { color: rgb(145,148,100); }

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

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

 a { background-color: rgb(145,148,100); }

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

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

 span { border-color: rgb(145,148,100); }

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