Html Css Color HEX #959965 Avocado

📋 copy color: '#959965'

red 149 ◦ green 153 ◦ blue 101

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

Shades of Avocado #959965

Tints of Avocado #959965

RGB

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

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

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

R = 36.97%
G = 37.97%
B = 25.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#959965 (or 0x959965) is known color: Avocado. HEX triplet: 95, 99 and 65. RGB value is (149,153,101). Sum of RGB (Red+Green+Blue) = 149+153+101=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #959965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959965 is #6A669A. Grayscale: #929292. Windows color (decimal): -6973083 or 6658453. OLE color: 6658453.

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

Color convert

RGB 149 153 101 -
CMYK 0.03 0 0.34 0.4
HSL 64.62º 0.2% 0.5% -
HSV(B) 64.62º 0.34% 0.6% -
XYZ 26.13 30.11 16.75 -
YUV 145.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 149 153 101 0.03 0 0.34 0.4 64.62 0.2 0.5
Hex 95 99 65 3 0 22 28 41 14 32
Octal 225 231 145 3 0 42 50 101 24 62
Binary 10010101 10011001 1100101 11 0 100010 101000 1000001 10100 110010

Color Harmonies of #959965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959965

Black with #959965

Text Example


Text Example

White with #959965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959965; }

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

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

background-color css

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

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

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

border-color css

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

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

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