#919762

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

Shades of Avocado #919762

Tints of Avocado #919762

Color information

#919762 (or 0x919762) is unknown color: approx Avocado. HEX triplet: 91, 97 and 62. RGB value is (145,151,98). Sum of RGB (Red+Green+Blue) = 145+151+98=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #919762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919762 is #6E689D. Grayscale: #8F8F8F. Windows color (decimal): -7235742 or 6461329. OLE color: 6461329.

HSL color Cylindrical-coordinate representation of color #919762: hue angle of 66.79º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #919762 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB14515198-
CMYK0.0400.350.41
HSL66.79º21.29%48.82%-
HSV(B)66.79º35.1%59.22%-
XYZ24.9529.0315.84-
YUV143.16102.51129.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.80%
GREEN value IS 151 (59.38% from 255) = 38.32%
BLUE value IS 98 (38.67% from 255) = 24.87%
R=36.80%
G=38.32%
B=24.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal145151980.0400.350.4166.7921.2948.82
Hex919762402329431531
Octal2212271424043511032561
Binary100100011001011111000101000100011101001100001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919762; }

 p { color: rgb(145,151,98); }

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

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

 a { background-color: rgb(145,151,98); }

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

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

 span { border-color: rgb(145,151,98); }

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