#939561

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

Shades of Avocado #939561

Tints of Avocado #939561

Color information

#939561 (or 0x939561) is unknown color: approx Avocado. HEX triplet: 93, 95 and 61. RGB value is (147,149,97). Sum of RGB (Red+Green+Blue) = 147+149+97=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #939561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939561 is #6C6A9E. Grayscale: #8E8E8E. Windows color (decimal): -7105183 or 6395283. OLE color: 6395283.

HSL color Cylindrical-coordinate representation of color #939561: hue angle of 62.31º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #939561 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14714997-
CMYK0.0100.350.42
HSL62.31º21.14%48.24%-
HSV(B)62.31º34.9%58.43%-
XYZ24.9428.5615.51-
YUV142.47102.34131.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 149 (58.59% from 255) = 37.91%
BLUE value IS 97 (38.28% from 255) = 24.68%
R=37.40%
G=37.91%
B=24.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147149970.0100.350.4262.3121.1448.24
Hex93956110232A3e1530
Octal223225141104352762560
Binary100100111001010111000011010001110101011111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939561; }

 p { color: rgb(147,149,97); }

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

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

 a { background-color: rgb(147,149,97); }

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

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

 span { border-color: rgb(147,149,97); }

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