#949973

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

Shades of Avocado #949973

Tints of Avocado #949973

Color information

#949973 (or 0x949973) is unknown color: approx Avocado. HEX triplet: 94, 99 and 73. RGB value is (148,153,115). Sum of RGB (Red+Green+Blue) = 148+153+115=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #949973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949973 is #6B668C. Grayscale: #939393. Windows color (decimal): -7038605 or 7575956. OLE color: 7575956.

HSL color Cylindrical-coordinate representation of color #949973: hue angle of 67.89º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #949973 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB148153115-
CMYK0.0300.250.4
HSL67.89º15.7%52.55%-
HSV(B)67.89º24.84%60%-
XYZ26.730.3220.66-
YUV147.17109.84128.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 153 (60.16% from 255) = 36.78%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=35.58%
G=36.78%
B=27.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1481531150.0300.250.467.8915.752.55
Hex949973301928441035
Octal2242311633031501042065
Binary1001010010011001111001111011001101000100010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949973; }

 p { color: rgb(148,153,115); }

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

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

 a { background-color: rgb(148,153,115); }

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

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

 span { border-color: rgb(148,153,115); }

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