#979B67

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

Shades of Avocado #979B67

Tints of Avocado #979B67

Color information

#979B67 (or 0x979B67) is unknown color: approx Avocado. HEX triplet: 97, 9B and 67. RGB value is (151,155,103). Sum of RGB (Red+Green+Blue) = 151+155+103=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #979B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979B67 is #686498. Grayscale: #949494. Windows color (decimal): -6841497 or 6790039. OLE color: 6790039.

HSL color Cylindrical-coordinate representation of color #979B67: hue angle of 64.62º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #979B67 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB151155103-
CMYK0.0300.340.39
HSL64.62º20.63%50.59%-
HSV(B)64.62º33.55%60.78%-
XYZ26.933117.4-
YUV147.88102.67130.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.92%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 103 (40.62% from 255) = 25.18%
R=36.92%
G=37.90%
B=25.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511551030.0300.340.3964.6220.6350.59
Hex979B67302227411533
Octal2272331473042471012563
Binary10010111100110111100111110100010100111100000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979B67; }

 p { color: rgb(151,155,103); }

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

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

 a { background-color: rgb(151,155,103); }

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

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

 span { border-color: rgb(151,155,103); }

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