#929761

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

Shades of Avocado #929761

Tints of Avocado #929761

Color information

#929761 (or 0x929761) is unknown color: approx Avocado. HEX triplet: 92, 97 and 61. RGB value is (146,151,97). Sum of RGB (Red+Green+Blue) = 146+151+97=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 151 - color contains mainly: green. Hex color #929761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929761 is #6D689E. Grayscale: #8F8F8F. Windows color (decimal): -7170207 or 6395794. OLE color: 6395794.

HSL color Cylindrical-coordinate representation of color #929761: hue angle of 65.56º 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 #929761 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB14615197-
CMYK0.0300.360.41
HSL65.56º21.77%48.63%-
HSV(B)65.56º35.76%59.22%-
XYZ25.0829.1115.61-
YUV143.35101.84129.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.06%
GREEN value IS 151 (59.38% from 255) = 38.32%
BLUE value IS 97 (38.28% from 255) = 24.62%
R=37.06%
G=38.32%
B=24.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal146151970.0300.360.4165.5621.7748.63
Hex929761302429421631
Octal2222271413044511022661
Binary10010010100101111100001110100100101001100001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929761; }

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

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

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

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

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

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

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

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