Html Css Color HEX #919661 Avocado

📋 copy color: '#919661'

red 145 ◦ green 150 ◦ blue 97

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

Shades of Avocado #919661

Tints of Avocado #919661

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.27%

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

R = 36.99%
G = 38.27%
B = 24.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#919661 (or 0x919661) is known color: Avocado. HEX triplet: 91, 96 and 61. RGB value is (145,150,97). Sum of RGB (Red+Green+Blue) = 145+150+97=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #919661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919661 is #6E699E. Grayscale: #8E8E8E. Windows color (decimal): -7235999 or 6395537. OLE color: 6395537.

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

Color convert

RGB 145 150 97 -
CMYK 0.03 0 0.35 0.41
HSL 65.66º 0.21% 0.48% -
HSV(B) 65.66º 0.35% 0.59% -
XYZ 24.74 28.7 15.54 -
YUV 142.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 145 150 97 0.03 0 0.35 0.41 65.66 0.21 0.48
Hex 91 96 61 3 0 23 29 42 15 30
Octal 221 226 141 3 0 43 51 102 25 60
Binary 10010001 10010110 1100001 11 0 100011 101001 1000010 10101 110000

Color Harmonies of #919661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919661

Black with #919661

Text Example


Text Example

White with #919661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919661; }

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

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

background-color css

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

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

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

border-color css

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

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

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