Html Css Color HEX #959765 Avocado

📋 copy color: '#959765'

red 149 ◦ green 151 ◦ blue 101

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

Shades of Avocado #959765

Tints of Avocado #959765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.19%

R = 37.16%
G = 37.66%
B = 25.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#959765 (or 0x959765) is known color: Avocado. HEX triplet: 95, 97 and 65. RGB value is (149,151,101). Sum of RGB (Red+Green+Blue) = 149+151+101=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 151 - color contains mainly: green. Hex color #959765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959765 is #6A689A. Grayscale: #909090. Windows color (decimal): -6973595 or 6657941. OLE color: 6657941.

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

Color convert

RGB 149 151 101 -
CMYK 0.01 0 0.33 0.41
HSL 62.4º 0.2% 0.49% -
HSV(B) 62.4º 0.33% 0.59% -
XYZ 25.81 29.46 16.64 -
YUV 144.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 149 151 101 0.01 0 0.33 0.41 62.4 0.2 0.49
Hex 95 97 65 1 0 21 29 3E 14 31
Octal 225 227 145 1 0 41 51 76 24 61
Binary 10010101 10010111 1100101 1 0 100001 101001 111110 10100 110001

Color Harmonies of #959765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959765

Black with #959765

Text Example


Text Example

White with #959765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959765; }

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

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

background-color css

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

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

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

border-color css

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

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

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