#9D9E68

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

Shades of Avocado #9D9E68

Tints of Avocado #9D9E68

Color information

#9D9E68 (or 0x9D9E68) is unknown color: approx Avocado. HEX triplet: 9D, 9E and 68. RGB value is (157,158,104). Sum of RGB (Red+Green+Blue) = 157+158+104=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 158 - color contains mainly: green. Hex color #9D9E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9E68 is #626197. Grayscale: #979797. Windows color (decimal): -6447512 or 6856349. OLE color: 6856349.

HSL color Cylindrical-coordinate representation of color #9D9E68: hue angle of 61.11º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D9E68 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB157158104-
CMYK0.0100.340.38
HSL61.11º21.77%51.37%-
HSV(B)61.11º34.18%61.96%-
XYZ28.6332.6217.88-
YUV151.54101.17131.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.47%
GREEN value IS 158 (62.11% from 255) = 37.71%
BLUE value IS 104 (41.02% from 255) = 24.82%
R=37.47%
G=37.71%
B=24.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571581040.0100.340.3861.1121.7751.37
Hex9D9E681022263d1633
Octal235236150104246752663
Binary100111011001111011010001010001010011011110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,158,104); }

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

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

 a { background-color: rgb(157,158,104); }

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

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

 span { border-color: rgb(157,158,104); }

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