Html Css Color HEX #959665 Avocado

📋 copy color: '#959665'

red 149 ◦ green 150 ◦ blue 101

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

Shades of Avocado #959665

Tints of Avocado #959665

RGB

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

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

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

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

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

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

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

Color convert

RGB 149 150 101 -
CMYK 0.01 0 0.33 0.41
HSL 61.22º 0.2% 0.49% -
HSV(B) 61.22º 0.33% 0.59% -
XYZ 25.65 29.14 16.58 -
YUV 144.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 149 150 101 0.01 0 0.33 0.41 61.22 0.2 0.49
Hex 95 96 65 1 0 21 29 3D 14 31
Octal 225 226 145 1 0 41 51 75 24 61
Binary 10010101 10010110 1100101 1 0 100001 101001 111101 10100 110001

Color Harmonies of #959665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959665

Black with #959665

Text Example


Text Example

White with #959665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959665; }

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

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

background-color css

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

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

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

border-color css

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

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

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