#919751

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

Shades of Avocado #919751

Tints of Avocado #919751

Color information

#919751 (or 0x919751) is unknown color: approx Avocado. HEX triplet: 91, 97 and 51. RGB value is (145,151,81). Sum of RGB (Red+Green+Blue) = 145+151+81=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #919751 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919751 is #6E68AE. Grayscale: #8D8D8D. Windows color (decimal): -7235759 or 5347217. OLE color: 5347217.

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

Color convert

RGB14515181-
CMYK0.0400.460.41
HSL65.14º30.17%45.49%-
HSV(B)65.14º46.36%59.22%-
XYZ24.2328.7512.06-
YUV141.2394.01130.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.46%
GREEN value IS 151 (59.38% from 255) = 40.05%
BLUE value IS 81 (32.03% from 255) = 21.49%
R=38.46%
G=40.05%
B=21.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal145151810.0400.460.4165.1430.1745.49
Hex919751402E29411e2d
Octal2212271214056511013655
Binary100100011001011110100011000101110101001100000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919751; }

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

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

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

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

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

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

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

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