Html Css Color HEX #9E997D Grey Olive

📋 copy color: '#9E997D'

red 158 ◦ green 153 ◦ blue 125

#9E997D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Olive #9E997D

Tints of Grey Olive #9E997D

RGB

 RED value IS 158 (62.11% from 255) = 36.24%

 GREEN value IS 153 (60.16% from 255) = 35.09%

 BLUE value IS 125 (49.22% from 255) = 28.67%

R = 36.24%
G = 35.09%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9E997D (or 0x9E997D) is known color: Grey Olive. HEX triplet: 9E, 99 and 7D. RGB value is (158,153,125). Sum of RGB (Red+Green+Blue) = 158+153+125=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 158 - color contains mainly: red. Hex color #9E997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E997D is #616682. Grayscale: #979797. Windows color (decimal): -6383235 or 8231326. OLE color: 8231326.

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

Color convert

RGB 158 153 125 -
CMYK 0 0.03 0.21 0.38
HSL 50.91º 0.15% 0.55% -
HSV(B) 50.91º 0.21% 0.62% -
XYZ 29.19 31.53 23.95 -
YUV 151.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 158 153 125 0 0.03 0.21 0.38 50.91 0.15 0.55
Hex 9E 99 7D 0 3 15 26 33 F 37
Octal 236 231 175 0 3 25 46 63 17 67
Binary 10011110 10011001 1111101 0 11 10101 100110 110011 1111 110111

Color Harmonies of #9E997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E997D

Black with #9E997D

Text Example


Text Example

White with #9E997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E997D;
 }
 .AnyTagClassName
 {
   color: #9E997D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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