#969769

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

Shades of Avocado #969769

Tints of Avocado #969769

Color information

#969769 (or 0x969769) is unknown color: approx Avocado. HEX triplet: 96, 97 and 69. RGB value is (150,151,105). Sum of RGB (Red+Green+Blue) = 150+151+105=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 151 - color contains mainly: green. Hex color #969769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969769 is #696896. Grayscale: #919191. Windows color (decimal): -6908055 or 6920086. OLE color: 6920086.

HSL color Cylindrical-coordinate representation of color #969769: hue angle of 61.3º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #969769 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB150151105-
CMYK0.0100.300.41
HSL61.3º18.11%50.2%-
HSV(B)61.3º30.46%59.22%-
XYZ26.1929.6417.7-
YUV145.46105.17131.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 151 (59.38% from 255) = 37.19%
BLUE value IS 105 (41.41% from 255) = 25.86%
R=36.95%
G=37.19%
B=25.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501511050.0100.300.4161.318.1150.2
Hex969769101E293d1232
Octal226227151103651752262
Binary10010110100101111101001101111010100111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969769; }

 p { color: rgb(150,151,105); }

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

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

 a { background-color: rgb(150,151,105); }

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

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

 span { border-color: rgb(150,151,105); }

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