#969462

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

Shades of Avocado #969462

Tints of Avocado #969462

Color information

#969462 (or 0x969462) is unknown color: approx Avocado. HEX triplet: 96, 94 and 62. RGB value is (150,148,98). Sum of RGB (Red+Green+Blue) = 150+148+98=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #969462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969462 is #696B9D. Grayscale: #8F8F8F. Windows color (decimal): -6908830 or 6460566. OLE color: 6460566.

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

Color convert

RGB15014898-
CMYK00.010.350.41
HSL57.69º20.97%48.63%-
HSV(B)57.69º34.67%58.82%-
XYZ25.3728.5515.73-
YUV142.9102.66133.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 98 (38.67% from 255) = 24.75%
R=37.88%
G=37.37%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501489800.010.350.4157.6920.9748.63
Hex9694620123293a1531
Octal226224142014351722561
Binary100101101001010011000100110001110100111101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969462; }

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

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

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

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

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

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

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

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