#919568

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

Shades of Avocado #919568

Tints of Avocado #919568

Color information

#919568 (or 0x919568) is unknown color: approx Avocado. HEX triplet: 91, 95 and 68. RGB value is (145,149,104). Sum of RGB (Red+Green+Blue) = 145+149+104=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #919568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919568 is #6E6A97. Grayscale: #8E8E8E. Windows color (decimal): -7236248 or 6854033. OLE color: 6854033.

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

Color convert

RGB145149104-
CMYK0.0300.300.42
HSL65.33º17.79%49.61%-
HSV(B)65.33º30.2%58.43%-
XYZ24.9228.5117.29-
YUV142.67106.17129.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.43%
GREEN value IS 149 (58.59% from 255) = 37.44%
BLUE value IS 104 (41.02% from 255) = 26.13%
R=36.43%
G=37.44%
B=26.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451491040.0300.300.4265.3317.7949.61
Hex919568301E2A411232
Octal2212251503036521012262
Binary1001000110010101110100011011110101010100000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919568; }

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

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

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

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

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

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

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

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