#969D65

Color #969D65 Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #969D65

Tints of Avocado #969D65

Color information

#969D65 (or 0x969D65) is unknown color: approx Avocado. HEX triplet: 96, 9D and 65. RGB value is (150,157,101). Sum of RGB (Red+Green+Blue) = 150+157+101=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 157 - color contains mainly: green. Hex color #969D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969D65 is #69629A. Grayscale: #949494. Windows color (decimal): -6906523 or 6659478. OLE color: 6659478.

HSL color Cylindrical-coordinate representation of color #969D65: hue angle of 67.5º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #969D65 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB150157101-
CMYK0.0400.360.38
HSL67.5º22.22%50.59%-
HSV(B)67.5º35.67%61.57%-
XYZ26.9831.5416.98-
YUV148.52101.18129.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.76%
GREEN value IS 157 (61.72% from 255) = 38.48%
BLUE value IS 101 (39.84% from 255) = 24.75%
R=36.76%
G=38.48%
B=24.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501571010.0400.360.3867.522.2250.59
Hex969D65402426441633
Octal2262351454044461042663
Binary100101101001110111001011000100100100110100010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969D65; }

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

 H1.HeaderClassName
 {
   color: #969D65;
 }
 .AnyTagClassName
 {
   color: #969D65;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #969D65;
 }
 .BgClassName
 {
   background-color: #969D65;
 }
</style>
border-color css

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

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

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