#919468

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

Shades of Avocado #919468

Tints of Avocado #919468

Color information

#919468 (or 0x919468) is unknown color: approx Avocado. HEX triplet: 91, 94 and 68. RGB value is (145,148,104). Sum of RGB (Red+Green+Blue) = 145+148+104=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #919468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919468 is #6E6B97. Grayscale: #8E8E8E. Windows color (decimal): -7236504 or 6853777. OLE color: 6853777.

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

Color convert

RGB145148104-
CMYK0.0200.300.42
HSL64.09º17.46%49.41%-
HSV(B)64.09º29.73%58.04%-
XYZ24.7728.217.23-
YUV142.09106.51130.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.52%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 104 (41.02% from 255) = 26.20%
R=36.52%
G=37.28%
B=26.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451481040.0200.300.4264.0917.4649.41
Hex919468201E2A401131
Octal2212241502036521002161
Binary1001000110010100110100010011110101010100000010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919468; }

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

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

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

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

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

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

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

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