#9D947E

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

Shades of Grey Olive #9D947E

Tints of Grey Olive #9D947E

Color information

#9D947E (or 0x9D947E) is unknown color: approx Grey Olive. HEX triplet: 9D, 94 and 7E. RGB value is (157,148,126). Sum of RGB (Red+Green+Blue) = 157+148+126=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 157 - color contains mainly: red. Hex color #9D947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D947E is #626B81. Grayscale: #949494. Windows color (decimal): -6450050 or 8295581. OLE color: 8295581.

HSL color Cylindrical-coordinate representation of color #9D947E: hue angle of 42.58º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D947E is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB157148126-
CMYK00.060.200.38
HSL42.58º13.66%55.49%-
HSV(B)42.58º19.75%61.57%-
XYZ28.2629.8524.01-
YUV148.18115.48134.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.43%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=36.43%
G=34.34%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714812600.060.200.3842.5813.6655.49
Hex9D947E0614262be37
Octal235224176062446531667
Binary100111011001010011111100110101001001101010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,148,126); }

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

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

 a { background-color: rgb(157,148,126); }

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

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

 span { border-color: rgb(157,148,126); }

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