#9D9A7A

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

Shades of Grey Olive #9D9A7A

Tints of Grey Olive #9D9A7A

Color information

#9D9A7A (or 0x9D9A7A) is unknown color: approx Grey Olive. HEX triplet: 9D, 9A and 7A. RGB value is (157,154,122). Sum of RGB (Red+Green+Blue) = 157+154+122=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9A7A is #626585. Grayscale: #979797. Windows color (decimal): -6448518 or 8034973. OLE color: 8034973.

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

Color convert

RGB157154122-
CMYK00.020.220.38
HSL54.86º15.15%54.71%-
HSV(B)54.86º22.29%61.57%-
XYZ28.9731.6823-
YUV151.25111.49132.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.26%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 122 (48.05% from 255) = 28.18%
R=36.26%
G=35.57%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715412200.020.220.3854.8615.1554.71
Hex9D9A7A02162637f37
Octal235232172022646671767
Binary10011101100110101111010010101101001101101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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