#9B9F71

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

Shades of Avocado #9B9F71

Tints of Avocado #9B9F71

Color information

#9B9F71 (or 0x9B9F71) is unknown color: approx Avocado. HEX triplet: 9B, 9F and 71. RGB value is (155,159,113). Sum of RGB (Red+Green+Blue) = 155+159+113=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 159 - color contains mainly: green. Hex color #9B9F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9F71 is #64608E. Grayscale: #989898. Windows color (decimal): -6578319 or 7446427. OLE color: 7446427.

HSL color Cylindrical-coordinate representation of color #9B9F71: hue angle of 65.22º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B9F71 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB155159113-
CMYK0.0300.290.38
HSL65.22º19.33%53.33%-
HSV(B)65.22º28.93%62.35%-
XYZ28.932.9620.46-
YUV152.56105.67129.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.30%
GREEN value IS 159 (62.5% from 255) = 37.24%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=36.30%
G=37.24%
B=26.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551591130.0300.290.3865.2219.3353.33
Hex9B9F71301D26411335
Octal2332371613035461012365
Binary1001101110011111111000111011101100110100000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B9F71; }

 p { color: rgb(155,159,113); }

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

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

 a { background-color: rgb(155,159,113); }

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

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

 span { border-color: rgb(155,159,113); }

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