#949D65

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

Shades of Avocado #949D65

Tints of Avocado #949D65

Color information

#949D65 (or 0x949D65) is unknown color: approx Avocado. HEX triplet: 94, 9D and 65. RGB value is (148,157,101). Sum of RGB (Red+Green+Blue) = 148+157+101=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 157 - color contains mainly: green. Hex color #949D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949D65 is #6B629A. Grayscale: #949494. Windows color (decimal): -7037595 or 6659476. OLE color: 6659476.

HSL color Cylindrical-coordinate representation of color #949D65: hue angle of 69.64º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #949D65 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB148157101-
CMYK0.0600.360.38
HSL69.64º22.22%50.59%-
HSV(B)69.64º35.67%61.57%-
XYZ26.6231.3516.96-
YUV147.93101.52128.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 157 (61.72% from 255) = 38.67%
BLUE value IS 101 (39.84% from 255) = 24.88%
R=36.45%
G=38.67%
B=24.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481571010.0600.360.3869.6422.2250.59
Hex949D65602426461633
Octal2242351456044461062663
Binary100101001001110111001011100100100100110100011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949D65; }

 p { color: rgb(148,157,101); }

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

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

 a { background-color: rgb(148,157,101); }

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

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

 span { border-color: rgb(148,157,101); }

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