Html Css Color HEX #959971 Avocado

📋 copy color: '#959971'

red 149 ◦ green 153 ◦ blue 113

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

Shades of Avocado #959971

Tints of Avocado #959971

RGB

 RED value IS 149 (58.59% from 255) = 35.9%

 GREEN value IS 153 (60.16% from 255) = 36.87%

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

R = 35.9%
G = 36.87%
B = 27.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#959971 (or 0x959971) is known color: Avocado. HEX triplet: 95, 99 and 71. RGB value is (149,153,113). Sum of RGB (Red+Green+Blue) = 149+153+113=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #959971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959971 is #6A668E. Grayscale: #939393. Windows color (decimal): -6973071 or 7444885. OLE color: 7444885.

HSL color Cylindrical-coordinate representation of color #959971: hue angle of 66º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #959971 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 153 113 -
CMYK 0.03 0 0.26 0.4
HSL 66º 0.16% 0.52% -
HSV(B) 66º 0.26% 0.6% -
XYZ 26.77 30.36 20.07 -
YUV 147.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 149 153 113 0.03 0 0.26 0.4 66 0.16 0.52
Hex 95 99 71 3 0 1A 28 42 10 34
Octal 225 231 161 3 0 32 50 102 20 64
Binary 10010101 10011001 1110001 11 0 11010 101000 1000010 10000 110100

Color Harmonies of #959971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959971

Black with #959971

Text Example


Text Example

White with #959971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959971; }

 p { color: rgb(149,153,113); }

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

background-color css

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

 a { background-color: rgb(149,153,113); }

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

border-color css

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

 span { border-color: rgb(149,153,113); }

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