#909961

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

Shades of Avocado #909961

Tints of Avocado #909961

Color information

#909961 (or 0x909961) is unknown color: approx Avocado. HEX triplet: 90, 99 and 61. RGB value is (144,153,97). Sum of RGB (Red+Green+Blue) = 144+153+97=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #909961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909961 is #6F669E. Grayscale: #909090. Windows color (decimal): -7300767 or 6396304. OLE color: 6396304.

HSL color Cylindrical-coordinate representation of color #909961: hue angle of 69.64º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #909961 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB14415397-
CMYK0.0600.370.4
HSL69.64º22.4%49.02%-
HSV(B)69.64º36.6%60%-
XYZ25.0529.5715.7-
YUV143.92101.52128.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.55%
GREEN value IS 153 (60.16% from 255) = 38.83%
BLUE value IS 97 (38.28% from 255) = 24.62%
R=36.55%
G=38.83%
B=24.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal144153970.0600.370.469.6422.449.02
Hex909961602528461631
Octal2202311416045501062661
Binary100100001001100111000011100100101101000100011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909961; }

 p { color: rgb(144,153,97); }

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

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

 a { background-color: rgb(144,153,97); }

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

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

 span { border-color: rgb(144,153,97); }

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