Html Css Color HEX #959961 Avocado

📋 copy color: '#959961'

red 149 ◦ green 153 ◦ blue 97

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

Shades of Avocado #959961

Tints of Avocado #959961

RGB

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

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

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

R = 37.34%
G = 38.35%
B = 24.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#959961 (or 0x959961) is known color: Avocado. HEX triplet: 95, 99 and 61. RGB value is (149,153,97). Sum of RGB (Red+Green+Blue) = 149+153+97=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #959961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959961 is #6A669E. Grayscale: #919191. Windows color (decimal): -6973087 or 6396309. OLE color: 6396309.

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

Color convert

RGB 149 153 97 -
CMYK 0.03 0 0.37 0.4
HSL 64.29º 0.22% 0.49% -
HSV(B) 64.29º 0.37% 0.6% -
XYZ 25.94 30.04 15.74 -
YUV 145.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 149 153 97 0.03 0 0.37 0.4 64.29 0.22 0.49
Hex 95 99 61 3 0 25 28 40 16 31
Octal 225 231 141 3 0 45 50 100 26 61
Binary 10010101 10011001 1100001 11 0 100101 101000 1000000 10110 110001

Color Harmonies of #959961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959961

Black with #959961

Text Example


Text Example

White with #959961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959961; }

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

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

background-color css

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

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

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

border-color css

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

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

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