#9D9A80

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

Shades of Grey Olive #9D9A80

Tints of Grey Olive #9D9A80

Color information

#9D9A80 (or 0x9D9A80) is unknown color: approx Grey Olive. HEX triplet: 9D, 9A and 80. RGB value is (157,154,128). Sum of RGB (Red+Green+Blue) = 157+154+128=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9A80 is #62657F. Grayscale: #989898. Windows color (decimal): -6448512 or 8428189. OLE color: 8428189.

HSL color Cylindrical-coordinate representation of color #9D9A80: hue angle of 53.79º 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 #9D9A80 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB157154128-
CMYK00.020.180.38
HSL53.79º12.89%55.88%-
HSV(B)53.79º18.47%61.57%-
XYZ29.3631.8425.02-
YUV151.93114.49131.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.76%
GREEN value IS 154 (60.55% from 255) = 35.08%
BLUE value IS 128 (50.39% from 255) = 29.16%
R=35.76%
G=35.08%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715412800.020.180.3853.7912.8955.88
Hex9D9A8002122636d38
Octal235232200022246661570
Binary100111011001101010000000010100101001101101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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