Html Css Color HEX #969565 Avocado

📋 copy color: '#969565'

red 150 ◦ green 149 ◦ blue 101

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

Shades of Avocado #969565

Tints of Avocado #969565

RGB

 RED value IS 150 (58.98% from 255) = 37.5%

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

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

R = 37.5%
G = 37.25%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#969565 (or 0x969565) is known color: Avocado. HEX triplet: 96, 95 and 65. RGB value is (150,149,101). Sum of RGB (Red+Green+Blue) = 150+149+101=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #969565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969565 is #696A9A. Grayscale: #909090. Windows color (decimal): -6908571 or 6657430. OLE color: 6657430.

HSL color Cylindrical-coordinate representation of color #969565: hue angle of 58.78º 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 #969565 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 149 101 -
CMYK 0 0.01 0.33 0.41
HSL 58.78º 0.2% 0.49% -
HSV(B) 58.78º 0.33% 0.59% -
XYZ 25.67 28.92 16.54 -
YUV 143.83 103.83 132.4 -
System Red Green Blue C M Y K H S L
Decimal 150 149 101 0 0.01 0.33 0.41 58.78 0.2 0.49
Hex 96 95 65 0 1 21 29 3B 14 31
Octal 226 225 145 0 1 41 51 73 24 61
Binary 10010110 10010101 1100101 0 1 100001 101001 111011 10100 110001

Color Harmonies of #969565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969565

Black with #969565

Text Example


Text Example

White with #969565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969565; }

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

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

background-color css

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

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

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

border-color css

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

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

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