#9E9979

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

Shades of Grey Olive #9E9979

Tints of Grey Olive #9E9979

Color information

#9E9979 (or 0x9E9979) is unknown color: approx Grey Olive. HEX triplet: 9E, 99 and 79. RGB value is (158,153,121). Sum of RGB (Red+Green+Blue) = 158+153+121=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9979 is #616686. Grayscale: #969696. Windows color (decimal): -6383239 or 7969182. OLE color: 7969182.

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

Color convert

RGB158153121-
CMYK00.030.230.38
HSL51.89º16.02%54.71%-
HSV(B)51.89º23.42%61.96%-
XYZ28.9431.4322.63-
YUV150.85111.16133.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.57%
GREEN value IS 153 (60.16% from 255) = 35.42%
BLUE value IS 121 (47.66% from 255) = 28.01%
R=36.57%
G=35.42%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815312100.030.230.3851.8916.0254.71
Hex9E9979031726341037
Octal236231171032746642067
Binary100111101001100111110010111011110011011010010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,153,121); }

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

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

 a { background-color: rgb(158,153,121); }

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

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

 span { border-color: rgb(158,153,121); }

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