Html Css Color HEX #919476 Avocado

📋 copy color: '#919476'

red 145 ◦ green 148 ◦ blue 118

#919476
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Avocado #919476

Tints of Avocado #919476

RGB

 RED value IS 145 (57.03% from 255) = 35.28%

 GREEN value IS 148 (58.2% from 255) = 36.01%

 BLUE value IS 118 (46.48% from 255) = 28.71%

R = 35.28%
G = 36.01%
B = 28.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#919476 (or 0x919476) is known color: Avocado. HEX triplet: 91, 94 and 76. RGB value is (145,148,118). Sum of RGB (Red+Green+Blue) = 145+148+118=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 148 - color contains mainly: green. Hex color #919476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919476 is #6E6B89. Grayscale: #8F8F8F. Windows color (decimal): -7236490 or 7771281. OLE color: 7771281.

HSL color Cylindrical-coordinate representation of color #919476: hue angle of 66º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #919476 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 148 118 -
CMYK 0.02 0 0.20 0.42
HSL 66º 0.12% 0.52% -
HSV(B) 66º 0.2% 0.58% -
XYZ 25.54 28.51 21.3 -
YUV 143.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 145 148 118 0.02 0 0.20 0.42 66 0.12 0.52
Hex 91 94 76 2 0 14 2A 42 C 34
Octal 221 224 166 2 0 24 52 102 14 64
Binary 10010001 10010100 1110110 10 0 10100 101010 1000010 1100 110100

Color Harmonies of #919476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919476

Black with #919476

Text Example


Text Example

White with #919476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919476; }

 p { color: rgb(145,148,118); }

 H1.HeaderClassName
 {
   color: #919476;
 }
 .AnyTagClassName
 {
   color: #919476;
 }
</style>

background-color css

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

 a { background-color: rgb(145,148,118); }

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

border-color css

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

 span { border-color: rgb(145,148,118); }

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