Html Css Color HEX #919472 Avocado

📋 copy color: '#919472'

red 145 ◦ green 148 ◦ blue 114

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

Shades of Avocado #919472

Tints of Avocado #919472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.01%

R = 35.63%
G = 36.36%
B = 28.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#919472 (or 0x919472) is known color: Avocado. HEX triplet: 91, 94 and 72. RGB value is (145,148,114). Sum of RGB (Red+Green+Blue) = 145+148+114=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #919472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919472 is #6E6B8D. Grayscale: #8F8F8F. Windows color (decimal): -7236494 or 7509137. OLE color: 7509137.

HSL color Cylindrical-coordinate representation of color #919472: hue angle of 65.29º 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 #919472 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 148 114 -
CMYK 0.02 0 0.23 0.42
HSL 65.29º 0.14% 0.51% -
HSV(B) 65.29º 0.23% 0.58% -
XYZ 25.3 28.41 20.07 -
YUV 143.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 145 148 114 0.02 0 0.23 0.42 65.29 0.14 0.51
Hex 91 94 72 2 0 17 2A 41 E 33
Octal 221 224 162 2 0 27 52 101 16 63
Binary 10010001 10010100 1110010 10 0 10111 101010 1000001 1110 110011

Color Harmonies of #919472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919472

Black with #919472

Text Example


Text Example

White with #919472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919472; }

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

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

background-color css

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

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

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

border-color css

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

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

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