Html Css Color HEX #919371 Avocado

📋 copy color: '#919371'

red 145 ◦ green 147 ◦ blue 113

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

Shades of Avocado #919371

Tints of Avocado #919371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.3%

 BLUE value IS 113 (44.53% from 255) = 27.9%

R = 35.8%
G = 36.3%
B = 27.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#919371 (or 0x919371) is known color: Avocado. HEX triplet: 91, 93 and 71. RGB value is (145,147,113). Sum of RGB (Red+Green+Blue) = 145+147+113=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #919371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919371 is #6E6C8E. Grayscale: #8E8E8E. Windows color (decimal): -7236751 or 7443345. OLE color: 7443345.

HSL color Cylindrical-coordinate representation of color #919371: hue angle of 63.53º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #919371 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 147 113 -
CMYK 0.01 0 0.23 0.42
HSL 63.53º 0.14% 0.51% -
HSV(B) 63.53º 0.23% 0.58% -
XYZ 25.09 28.08 19.72 -
YUV 142.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 145 147 113 0.01 0 0.23 0.42 63.53 0.14 0.51
Hex 91 93 71 1 0 17 2A 40 E 33
Octal 221 223 161 1 0 27 52 100 16 63
Binary 10010001 10010011 1110001 1 0 10111 101010 1000000 1110 110011

Color Harmonies of #919371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919371

Black with #919371

Text Example


Text Example

White with #919371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919371; }

 p { color: rgb(145,147,113); }

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

background-color css

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

 a { background-color: rgb(145,147,113); }

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

border-color css

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

 span { border-color: rgb(145,147,113); }

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