#969B6A

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

Shades of Avocado #969B6A

Tints of Avocado #969B6A

Color information

#969B6A (or 0x969B6A) is unknown color: approx Avocado. HEX triplet: 96, 9B and 6A. RGB value is (150,155,106). Sum of RGB (Red+Green+Blue) = 150+155+106=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 155 - color contains mainly: green. Hex color #969B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969B6A is #696495. Grayscale: #949494. Windows color (decimal): -6907030 or 6986646. OLE color: 6986646.

HSL color Cylindrical-coordinate representation of color #969B6A: hue angle of 66.12º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #969B6A is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB150155106-
CMYK0.0300.320.39
HSL66.12º19.68%51.18%-
HSV(B)66.12º31.61%60.78%-
XYZ26.930.9718.2-
YUV147.92104.34129.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 155 (60.94% from 255) = 37.71%
BLUE value IS 106 (41.80% from 255) = 25.79%
R=36.50%
G=37.71%
B=25.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501551060.0300.320.3966.1219.6851.18
Hex969B6A302027421433
Octal2262331523040471022463
Binary10010110100110111101010110100000100111100001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,155,106); }

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

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

 a { background-color: rgb(150,155,106); }

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

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

 span { border-color: rgb(150,155,106); }

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