#9E9C7F

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

Shades of Grey Olive #9E9C7F

Tints of Grey Olive #9E9C7F

Color information

#9E9C7F (or 0x9E9C7F) is unknown color: approx Grey Olive. HEX triplet: 9E, 9C and 7F. RGB value is (158,156,127). Sum of RGB (Red+Green+Blue) = 158+156+127=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9C7F is #616380. Grayscale: #999999. Windows color (decimal): -6382465 or 8363166. OLE color: 8363166.

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

Color convert

RGB158156127-
CMYK00.010.200.38
HSL56.13º13.78%55.88%-
HSV(B)56.13º19.62%61.96%-
XYZ29.8232.5824.8-
YUV153.29113.16131.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.83%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 127 (50% from 255) = 28.80%
R=35.83%
G=35.37%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815612700.010.200.3856.1313.7855.88
Hex9E9C7F01142638e38
Octal236234177012446701670
Binary1001111010011100111111101101001001101110001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,156,127); }

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

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

 a { background-color: rgb(158,156,127); }

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

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

 span { border-color: rgb(158,156,127); }

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