Html Css Color HEX #959761 Avocado

📋 copy color: '#959761'

red 149 ◦ green 151 ◦ blue 97

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

Shades of Avocado #959761

Tints of Avocado #959761

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.04%

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

R = 37.53%
G = 38.04%
B = 24.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#959761 (or 0x959761) is known color: Avocado. HEX triplet: 95, 97 and 61. RGB value is (149,151,97). Sum of RGB (Red+Green+Blue) = 149+151+97=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 151 - color contains mainly: green. Hex color #959761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959761 is #6A689E. Grayscale: #909090. Windows color (decimal): -6973599 or 6395797. OLE color: 6395797.

HSL color Cylindrical-coordinate representation of color #959761: hue angle of 62.22º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #959761 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 151 97 -
CMYK 0.01 0 0.36 0.41
HSL 62.22º 0.22% 0.49% -
HSV(B) 62.22º 0.36% 0.59% -
XYZ 25.62 29.39 15.63 -
YUV 144.25 101.34 131.39 -
System Red Green Blue C M Y K H S L
Decimal 149 151 97 0.01 0 0.36 0.41 62.22 0.22 0.49
Hex 95 97 61 1 0 24 29 3E 16 31
Octal 225 227 141 1 0 44 51 76 26 61
Binary 10010101 10010111 1100001 1 0 100100 101001 111110 10110 110001

Color Harmonies of #959761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959761

Black with #959761

Text Example


Text Example

White with #959761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959761; }

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

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

background-color css

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

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

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

border-color css

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

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

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