Html Css Color HEX #9E957D Grey Olive

📋 copy color: '#9E957D'

red 158 ◦ green 149 ◦ blue 125

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

Shades of Grey Olive #9E957D

Tints of Grey Olive #9E957D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.49%

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

R = 36.57%
G = 34.49%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9E957D (or 0x9E957D) is known color: Grey Olive. HEX triplet: 9E, 95 and 7D. RGB value is (158,149,125). Sum of RGB (Red+Green+Blue) = 158+149+125=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 158 - color contains mainly: red. Hex color #9E957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E957D is #616A82. Grayscale: #959595. Windows color (decimal): -6384259 or 8230302. OLE color: 8230302.

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

Color convert

RGB 158 149 125 -
CMYK 0 0.06 0.21 0.38
HSL 43.64º 0.15% 0.55% -
HSV(B) 43.64º 0.21% 0.62% -
XYZ 28.55 30.24 23.74 -
YUV 148.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 158 149 125 0 0.06 0.21 0.38 43.64 0.15 0.55
Hex 9E 95 7D 0 6 15 26 2C F 37
Octal 236 225 175 0 6 25 46 54 17 67
Binary 10011110 10010101 1111101 0 110 10101 100110 101100 1111 110111

Color Harmonies of #9E957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E957D

Black with #9E957D

Text Example


Text Example

White with #9E957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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