#9B9F6C

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

Shades of Avocado #9B9F6C

Tints of Avocado #9B9F6C

Color information

#9B9F6C (or 0x9B9F6C) is unknown color: approx Avocado. HEX triplet: 9B, 9F and 6C. RGB value is (155,159,108). Sum of RGB (Red+Green+Blue) = 155+159+108=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 159 - color contains mainly: green. Hex color #9B9F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9F6C is #646093. Grayscale: #989898. Windows color (decimal): -6578324 or 7118747. OLE color: 7118747.

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

Color convert

RGB155159108-
CMYK0.0300.320.38
HSL64.71º20.99%52.35%-
HSV(B)64.71º32.08%62.35%-
XYZ28.6232.8519.02-
YUV151.99103.17130.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.73%
GREEN value IS 159 (62.5% from 255) = 37.68%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=36.73%
G=37.68%
B=25.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551591080.0300.320.3864.7120.9952.35
Hex9B9F6C302026411534
Octal2332371543040461012564
Binary10011011100111111101100110100000100110100000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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