#929769

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

Shades of Avocado #929769

Tints of Avocado #929769

Color information

#929769 (or 0x929769) is unknown color: approx Avocado. HEX triplet: 92, 97 and 69. RGB value is (146,151,105). Sum of RGB (Red+Green+Blue) = 146+151+105=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 151 - color contains mainly: green. Hex color #929769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929769 is #6D6896. Grayscale: #909090. Windows color (decimal): -7170199 or 6920082. OLE color: 6920082.

HSL color Cylindrical-coordinate representation of color #929769: hue angle of 66.52º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #929769 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB146151105-
CMYK0.0300.300.41
HSL66.52º18.11%50.2%-
HSV(B)66.52º30.46%59.22%-
XYZ25.4729.2617.67-
YUV144.26105.84129.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.32%
GREEN value IS 151 (59.38% from 255) = 37.56%
BLUE value IS 105 (41.41% from 255) = 26.12%
R=36.32%
G=37.56%
B=26.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461511050.0300.300.4166.5218.1150.2
Hex929769301E29431232
Octal2222271513036511032262
Binary1001001010010111110100111011110101001100001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929769; }

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

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

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

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

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

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

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

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