#9D9680

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

Shades of Grey Olive #9D9680

Tints of Grey Olive #9D9680

Color information

#9D9680 (or 0x9D9680) is unknown color: approx Grey Olive. HEX triplet: 9D, 96 and 80. RGB value is (157,150,128). Sum of RGB (Red+Green+Blue) = 157+150+128=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9680 is #62697F. Grayscale: #959595. Windows color (decimal): -6449536 or 8427165. OLE color: 8427165.

HSL color Cylindrical-coordinate representation of color #9D9680: hue angle of 45.52º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9D9680 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB157150128-
CMYK00.040.180.38
HSL45.52º12.89%55.88%-
HSV(B)45.52º18.47%61.57%-
XYZ28.7130.5424.8-
YUV149.58115.82133.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.09%
GREEN value IS 150 (58.98% from 255) = 34.48%
BLUE value IS 128 (50.39% from 255) = 29.43%
R=36.09%
G=34.48%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715012800.040.180.3845.5212.8955.88
Hex9D96800412262ed38
Octal235226200042246561570
Binary1001110110010110100000000100100101001101011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,150,128); }

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

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

 a { background-color: rgb(157,150,128); }

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

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

 span { border-color: rgb(157,150,128); }

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