#949875

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

Shades of Avocado #949875

Tints of Avocado #949875

Color information

#949875 (or 0x949875) is unknown color: approx Avocado. HEX triplet: 94, 98 and 75. RGB value is (148,152,117). Sum of RGB (Red+Green+Blue) = 148+152+117=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 152 - color contains mainly: green. Hex color #949875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949875 is #6B678A. Grayscale: #929292. Windows color (decimal): -7038859 or 7706772. OLE color: 7706772.

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

Color convert

RGB148152117-
CMYK0.0300.230.40
HSL66.86º14.52%52.75%-
HSV(B)66.86º23.03%59.61%-
XYZ26.6530.0421.22-
YUV146.81111.17128.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 117 (46.09% from 255) = 28.06%
R=35.49%
G=36.45%
B=28.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481521170.0300.230.4066.8614.5252.75
Hex94987530172843f35
Octal2242301653027501031765
Binary100101001001100011101011101011110100010000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949875; }

 p { color: rgb(148,152,117); }

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

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

 a { background-color: rgb(148,152,117); }

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

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

 span { border-color: rgb(148,152,117); }

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