Html Css Color HEX #9E9C7D Grey Olive

📋 copy color: '#9E9C7D'

red 158 ◦ green 156 ◦ blue 125

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

Shades of Grey Olive #9E9C7D

Tints of Grey Olive #9E9C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.54%

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

R = 35.99%
G = 35.54%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9E9C7D (or 0x9E9C7D) is known color: Grey Olive. HEX triplet: 9E, 9C and 7D. RGB value is (158,156,125). Sum of RGB (Red+Green+Blue) = 158+156+125=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9C7D is #616382. Grayscale: #999999. Windows color (decimal): -6382467 or 8232094. OLE color: 8232094.

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

Color convert

RGB 158 156 125 -
CMYK 0 0.01 0.21 0.38
HSL 56.36º 0.15% 0.55% -
HSV(B) 56.36º 0.21% 0.62% -
XYZ 29.69 32.53 24.12 -
YUV 153.06 112.16 131.52 -
System Red Green Blue C M Y K H S L
Decimal 158 156 125 0 0.01 0.21 0.38 56.36 0.15 0.55
Hex 9E 9C 7D 0 1 15 26 38 F 37
Octal 236 234 175 0 1 25 46 70 17 67
Binary 10011110 10011100 1111101 0 1 10101 100110 111000 1111 110111

Color Harmonies of #9E9C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9C7D

Black with #9E9C7D

Text Example


Text Example

White with #9E9C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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