Html Css Color HEX #959565 Avocado

📋 copy color: '#959565'

red 149 ◦ green 149 ◦ blue 101

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

Shades of Avocado #959565

Tints of Avocado #959565

RGB

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

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

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

R = 37.34%
G = 37.34%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#959565 (or 0x959565) is known color: Avocado. HEX triplet: 95, 95 and 65. RGB value is (149,149,101). Sum of RGB (Red+Green+Blue) = 149+149+101=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959565 is #6A6A9A. Grayscale: #8F8F8F. Windows color (decimal): -6974107 or 6657429. OLE color: 6657429.

HSL color Cylindrical-coordinate representation of color #959565: hue angle of 60º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #959565 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 149 101 -
CMYK 0 0 0.32 0.42
HSL 60º 0.19% 0.49% -
HSV(B) 60º 0.32% 0.58% -
XYZ 25.49 28.82 16.53 -
YUV 143.53 104 131.9 -
System Red Green Blue C M Y K H S L
Decimal 149 149 101 0 0 0.32 0.42 60 0.19 0.49
Hex 95 95 65 0 0 20 2A 3C 13 31
Octal 225 225 145 0 0 40 52 74 23 61
Binary 10010101 10010101 1100101 0 0 100000 101010 111100 10011 110001

Color Harmonies of #959565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959565

Black with #959565

Text Example


Text Example

White with #959565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959565; }

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

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

background-color css

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

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

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

border-color css

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

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

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