#9E967B

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

Shades of Grey Olive #9E967B

Tints of Grey Olive #9E967B

Color information

#9E967B (or 0x9E967B) is unknown color: approx Grey Olive. HEX triplet: 9E, 96 and 7B. RGB value is (158,150,123). Sum of RGB (Red+Green+Blue) = 158+150+123=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 158 - color contains mainly: red. Hex color #9E967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E967B is #616984. Grayscale: #959595. Windows color (decimal): -6384005 or 8099486. OLE color: 8099486.

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

Color convert

RGB158150123-
CMYK00.050.220.38
HSL46.29º15.28%55.1%-
HSV(B)46.29º22.15%61.96%-
XYZ28.5830.5123.12-
YUV149.31113.15134.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.66%
GREEN value IS 150 (58.98% from 255) = 34.80%
BLUE value IS 123 (48.44% from 255) = 28.54%
R=36.66%
G=34.80%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815012300.050.220.3846.2915.2855.1
Hex9E967B0516262ef37
Octal236226173052646561767
Binary100111101001011011110110101101101001101011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,150,123); }

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

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

 a { background-color: rgb(158,150,123); }

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

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

 span { border-color: rgb(158,150,123); }

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