#9D9B7B

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

Shades of Grey Olive #9D9B7B

Tints of Grey Olive #9D9B7B

Color information

#9D9B7B (or 0x9D9B7B) is unknown color: approx Grey Olive. HEX triplet: 9D, 9B and 7B. RGB value is (157,155,123). Sum of RGB (Red+Green+Blue) = 157+155+123=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9B7B is #626484. Grayscale: #989898. Windows color (decimal): -6448261 or 8100765. OLE color: 8100765.

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

Color convert

RGB157155123-
CMYK00.010.220.38
HSL56.47º14.78%54.9%-
HSV(B)56.47º21.66%61.57%-
XYZ29.232.0423.38-
YUV151.95111.66131.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.09%
GREEN value IS 155 (60.94% from 255) = 35.63%
BLUE value IS 123 (48.44% from 255) = 28.28%
R=36.09%
G=35.63%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715512300.010.220.3856.4714.7854.9
Hex9D9B7B01162638f37
Octal235233173012646701767
Binary1001110110011011111101101101101001101110001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,155,123); }

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

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

 a { background-color: rgb(157,155,123); }

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

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

 span { border-color: rgb(157,155,123); }

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