#969C65

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

Shades of Avocado #969C65

Tints of Avocado #969C65

Color information

#969C65 (or 0x969C65) is unknown color: approx Avocado. HEX triplet: 96, 9C and 65. RGB value is (150,156,101). Sum of RGB (Red+Green+Blue) = 150+156+101=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 156 - color contains mainly: green. Hex color #969C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969C65 is #69639A. Grayscale: #949494. Windows color (decimal): -6906779 or 6659222. OLE color: 6659222.

HSL color Cylindrical-coordinate representation of color #969C65: hue angle of 66.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #969C65 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB150156101-
CMYK0.0400.350.39
HSL66.55º21.74%50.39%-
HSV(B)66.55º35.26%61.18%-
XYZ26.8231.216.92-
YUV147.94101.51129.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 156 (61.33% from 255) = 38.33%
BLUE value IS 101 (39.84% from 255) = 24.82%
R=36.86%
G=38.33%
B=24.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501561010.0400.350.3966.5521.7450.39
Hex969C65402327431632
Octal2262341454043471032662
Binary100101101001110011001011000100011100111100001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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