Html Css Color HEX #919461 Avocado

📋 copy color: '#919461'

red 145 ◦ green 148 ◦ blue 97

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

Shades of Avocado #919461

Tints of Avocado #919461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.87%

R = 37.18%
G = 37.95%
B = 24.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#919461 (or 0x919461) is known color: Avocado. HEX triplet: 91, 94 and 61. RGB value is (145,148,97). Sum of RGB (Red+Green+Blue) = 145+148+97=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #919461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919461 is #6E6B9E. Grayscale: #8D8D8D. Windows color (decimal): -7236511 or 6395025. OLE color: 6395025.

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

Color convert

RGB 145 148 97 -
CMYK 0.02 0 0.34 0.42
HSL 63.53º 0.21% 0.48% -
HSV(B) 63.53º 0.34% 0.58% -
XYZ 24.42 28.06 15.44 -
YUV 141.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 145 148 97 0.02 0 0.34 0.42 63.53 0.21 0.48
Hex 91 94 61 2 0 22 2A 40 15 30
Octal 221 224 141 2 0 42 52 100 25 60
Binary 10010001 10010100 1100001 10 0 100010 101010 1000000 10101 110000

Color Harmonies of #919461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919461

Black with #919461

Text Example


Text Example

White with #919461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919461; }

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

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

background-color css

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

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

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

border-color css

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

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

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