#919653

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

Shades of Avocado #919653

Tints of Avocado #919653

Color information

#919653 (or 0x919653) is unknown color: approx Avocado. HEX triplet: 91, 96 and 53. RGB value is (145,150,83). Sum of RGB (Red+Green+Blue) = 145+150+83=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #919653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919653 is #6E69AC. Grayscale: #8D8D8D. Windows color (decimal): -7236013 or 5478033. OLE color: 5478033.

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

Color convert

RGB14515083-
CMYK0.0300.450.41
HSL64.48º28.76%45.69%-
HSV(B)64.48º44.67%58.82%-
XYZ24.1428.4612.4-
YUV140.8795.34130.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.36%
GREEN value IS 150 (58.98% from 255) = 39.68%
BLUE value IS 83 (32.81% from 255) = 21.96%
R=38.36%
G=39.68%
B=21.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal145150830.0300.450.4164.4828.7645.69
Hex919653302D29401d2e
Octal2212261233055511003556
Binary10010001100101101010011110101101101001100000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919653; }

 p { color: rgb(145,150,83); }

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

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

 a { background-color: rgb(145,150,83); }

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

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

 span { border-color: rgb(145,150,83); }

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