#919765

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

Shades of Avocado #919765

Tints of Avocado #919765

Color information

#919765 (or 0x919765) is unknown color: approx Avocado. HEX triplet: 91, 97 and 65. RGB value is (145,151,101). Sum of RGB (Red+Green+Blue) = 145+151+101=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 151 - color contains mainly: green. Hex color #919765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919765 is #6E689A. Grayscale: #8F8F8F. Windows color (decimal): -7235739 or 6657937. OLE color: 6657937.

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

Color convert

RGB145151101-
CMYK0.0400.330.41
HSL67.2º19.84%49.41%-
HSV(B)67.2º33.11%59.22%-
XYZ25.0929.0916.6-
YUV143.51104.01129.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.52%
GREEN value IS 151 (59.38% from 255) = 38.04%
BLUE value IS 101 (39.84% from 255) = 25.44%
R=36.52%
G=38.04%
B=25.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451511010.0400.330.4167.219.8449.41
Hex919765402129431431
Octal2212271454041511032461
Binary100100011001011111001011000100001101001100001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919765; }

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

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

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

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

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

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

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

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