#969761

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

Shades of Avocado #969761

Tints of Avocado #969761

Color information

#969761 (or 0x969761) is unknown color: approx Avocado. HEX triplet: 96, 97 and 61. RGB value is (150,151,97). Sum of RGB (Red+Green+Blue) = 150+151+97=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 151 - color contains mainly: green. Hex color #969761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969761 is #69689E. Grayscale: #909090. Windows color (decimal): -6908063 or 6395798. OLE color: 6395798.

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

Color convert

RGB15015197-
CMYK0.0100.360.41
HSL61.11º21.77%48.63%-
HSV(B)61.11º35.76%59.22%-
XYZ25.829.4815.64-
YUV144.54101.17131.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 151 (59.38% from 255) = 37.94%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=37.69%
G=37.94%
B=24.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150151970.0100.360.4161.1121.7748.63
Hex9697611024293d1631
Octal226227141104451752661
Binary100101101001011111000011010010010100111110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969761; }

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

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

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

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

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

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

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

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