Html Css Color HEX #9E977D Grey Olive

📋 copy color: '#9E977D'

red 158 ◦ green 151 ◦ blue 125

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

Shades of Grey Olive #9E977D

Tints of Grey Olive #9E977D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.79%

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

R = 36.41%
G = 34.79%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9E977D (or 0x9E977D) is known color: Grey Olive. HEX triplet: 9E, 97 and 7D. RGB value is (158,151,125). Sum of RGB (Red+Green+Blue) = 158+151+125=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 158 - color contains mainly: red. Hex color #9E977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E977D is #616882. Grayscale: #969696. Windows color (decimal): -6383747 or 8230814. OLE color: 8230814.

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

Color convert

RGB 158 151 125 -
CMYK 0 0.04 0.21 0.38
HSL 47.27º 0.15% 0.55% -
HSV(B) 47.27º 0.21% 0.62% -
XYZ 28.87 30.88 23.84 -
YUV 150.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 158 151 125 0 0.04 0.21 0.38 47.27 0.15 0.55
Hex 9E 97 7D 0 4 15 26 2F F 37
Octal 236 227 175 0 4 25 46 57 17 67
Binary 10011110 10010111 1111101 0 100 10101 100110 101111 1111 110111

Color Harmonies of #9E977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E977D

Black with #9E977D

Text Example


Text Example

White with #9E977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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