#949768

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

Shades of Avocado #949768

Tints of Avocado #949768

Color information

#949768 (or 0x949768) is unknown color: approx Avocado. HEX triplet: 94, 97 and 68. RGB value is (148,151,104). Sum of RGB (Red+Green+Blue) = 148+151+104=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 151 - color contains mainly: green. Hex color #949768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949768 is #6B6897. Grayscale: #909090. Windows color (decimal): -7039128 or 6854548. OLE color: 6854548.

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

Color convert

RGB148151104-
CMYK0.0200.310.41
HSL63.83º18.43%50%-
HSV(B)63.83º31.13%59.22%-
XYZ25.7829.4317.42-
YUV144.74105.01130.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.72%
GREEN value IS 151 (59.38% from 255) = 37.47%
BLUE value IS 104 (41.02% from 255) = 25.81%
R=36.72%
G=37.47%
B=25.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481511040.0200.310.4163.8318.4350
Hex949768201F29401232
Octal2242271502037511002262
Binary1001010010010111110100010011111101001100000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949768; }

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

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

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

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

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

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

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

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