#969561

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

Shades of Avocado #969561

Tints of Avocado #969561

Color information

#969561 (or 0x969561) is unknown color: approx Avocado. HEX triplet: 96, 95 and 61. RGB value is (150,149,97). Sum of RGB (Red+Green+Blue) = 150+149+97=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #969561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969561 is #696A9E. Grayscale: #8F8F8F. Windows color (decimal): -6908575 or 6395286. OLE color: 6395286.

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

Color convert

RGB15014997-
CMYK00.010.350.41
HSL58.87º21.46%48.43%-
HSV(B)58.87º35.33%58.82%-
XYZ25.4828.8415.53-
YUV143.37101.83132.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 149 (58.59% from 255) = 37.63%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=37.88%
G=37.63%
B=24.49%

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
Decimal1501499700.010.350.4158.8721.4648.43
Hex9695610123293b1530
Octal226225141014351732560
Binary100101101001010111000010110001110100111101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969561; }

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

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

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

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

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

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

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

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