#949769

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

Shades of Avocado #949769

Tints of Avocado #949769

Color information

#949769 (or 0x949769) is unknown color: approx Avocado. HEX triplet: 94, 97 and 69. RGB value is (148,151,105). Sum of RGB (Red+Green+Blue) = 148+151+105=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 151 - color contains mainly: green. Hex color #949769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949769 is #6B6896. Grayscale: #919191. Windows color (decimal): -7039127 or 6920084. OLE color: 6920084.

HSL color Cylindrical-coordinate representation of color #949769: hue angle of 63.91º 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 #949769 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB148151105-
CMYK0.0200.300.41
HSL63.91º18.11%50.2%-
HSV(B)63.91º30.46%59.22%-
XYZ25.8329.4517.69-
YUV144.86105.51130.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 151 (59.38% from 255) = 37.38%
BLUE value IS 105 (41.41% from 255) = 25.99%
R=36.63%
G=37.38%
B=25.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481511050.0200.300.4163.9118.1150.2
Hex949769201E29401232
Octal2242271512036511002262
Binary1001010010010111110100110011110101001100000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949769; }

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

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

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

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

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

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

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

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