#969A62

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

Shades of Avocado #969A62

Tints of Avocado #969A62

Color information

#969A62 (or 0x969A62) is unknown color: approx Avocado. HEX triplet: 96, 9A and 62. RGB value is (150,154,98). Sum of RGB (Red+Green+Blue) = 150+154+98=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 154 - color contains mainly: green. Hex color #969A62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969A62 is #69659D. Grayscale: #929292. Windows color (decimal): -6907294 or 6462102. OLE color: 6462102.

HSL color Cylindrical-coordinate representation of color #969A62: hue angle of 64.29º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #969A62 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB15015498-
CMYK0.0300.360.40
HSL64.29º22.22%49.41%-
HSV(B)64.29º36.36%60.39%-
XYZ26.3430.4816.05-
YUV146.42100.67130.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 154 (60.55% from 255) = 38.31%
BLUE value IS 98 (38.67% from 255) = 24.38%
R=37.31%
G=38.31%
B=24.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150154980.0300.360.4064.2922.2249.41
Hex969A62302428401631
Octal2262321423044501002661
Binary10010110100110101100010110100100101000100000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969A62; }

 p { color: rgb(150,154,98); }

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

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

 a { background-color: rgb(150,154,98); }

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

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

 span { border-color: rgb(150,154,98); }

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