Html Css Color HEX #919561 Avocado

📋 copy color: '#919561'

red 145 ◦ green 149 ◦ blue 97

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

Shades of Avocado #919561

Tints of Avocado #919561

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.11%

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

R = 37.08%
G = 38.11%
B = 24.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#919561 (or 0x919561) is known color: Avocado. HEX triplet: 91, 95 and 61. RGB value is (145,149,97). Sum of RGB (Red+Green+Blue) = 145+149+97=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #919561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919561 is #6E6A9E. Grayscale: #8E8E8E. Windows color (decimal): -7236255 or 6395281. OLE color: 6395281.

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

Color convert

RGB 145 149 97 -
CMYK 0.03 0 0.35 0.42
HSL 64.62º 0.21% 0.48% -
HSV(B) 64.62º 0.35% 0.58% -
XYZ 24.58 28.38 15.49 -
YUV 141.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 145 149 97 0.03 0 0.35 0.42 64.62 0.21 0.48
Hex 91 95 61 3 0 23 2A 41 15 30
Octal 221 225 141 3 0 43 52 101 25 60
Binary 10010001 10010101 1100001 11 0 100011 101010 1000001 10101 110000

Color Harmonies of #919561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919561

Black with #919561

Text Example


Text Example

White with #919561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919561; }

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

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

background-color css

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

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

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

border-color css

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

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

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