#949761

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

Shades of Avocado #949761

Tints of Avocado #949761

Color information

#949761 (or 0x949761) is unknown color: approx Avocado. HEX triplet: 94, 97 and 61. RGB value is (148,151,97). Sum of RGB (Red+Green+Blue) = 148+151+97=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 151 - color contains mainly: green. Hex color #949761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949761 is #6B689E. Grayscale: #909090. Windows color (decimal): -7039135 or 6395796. OLE color: 6395796.

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

Color convert

RGB14815197-
CMYK0.0200.360.41
HSL63.33º21.77%48.63%-
HSV(B)63.33º35.76%59.22%-
XYZ25.4429.2915.62-
YUV143.95101.51130.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 151 (59.38% from 255) = 38.13%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=37.37%
G=38.13%
B=24.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal148151970.0200.360.4163.3321.7748.63
Hex9497612024293f1631
Octal224227141204451772661
Binary1001010010010111110000110010010010100111111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949761; }

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

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

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

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

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

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

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

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