Html Css Color HEX #9E9C7B Grey Olive

📋 copy color: '#9E9C7B'

red 158 ◦ green 156 ◦ blue 123

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

Shades of Grey Olive #9E9C7B

Tints of Grey Olive #9E9C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.15%

R = 36.16%
G = 35.7%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E9C7B (or 0x9E9C7B) is known color: Grey Olive. HEX triplet: 9E, 9C and 7B. RGB value is (158,156,123). Sum of RGB (Red+Green+Blue) = 158+156+123=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9C7B is #616384. Grayscale: #989898. Windows color (decimal): -6382469 or 8101022. OLE color: 8101022.

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

Color convert

RGB 158 156 123 -
CMYK 0 0.01 0.22 0.38
HSL 56.57º 0.15% 0.55% -
HSV(B) 56.57º 0.22% 0.62% -
XYZ 29.56 32.48 23.45 -
YUV 152.84 111.16 131.68 -
System Red Green Blue C M Y K H S L
Decimal 158 156 123 0 0.01 0.22 0.38 56.57 0.15 0.55
Hex 9E 9C 7B 0 1 16 26 39 F 37
Octal 236 234 173 0 1 26 46 71 17 67
Binary 10011110 10011100 1111011 0 1 10110 100110 111001 1111 110111

Color Harmonies of #9E9C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9C7B

Black with #9E9C7B

Text Example


Text Example

White with #9E9C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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