Html Css Color HEX #9D987C Grey Olive

📋 copy color: '#9D987C'

red 157 ◦ green 152 ◦ blue 124

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

Shades of Grey Olive #9D987C

Tints of Grey Olive #9D987C

RGB

 RED value IS 157 (61.72% from 255) = 36.26%

 GREEN value IS 152 (59.77% from 255) = 35.1%

 BLUE value IS 124 (48.83% from 255) = 28.64%

R = 36.26%
G = 35.1%
B = 28.64%

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

#9D987C (or 0x9D987C) is known color: Grey Olive. HEX triplet: 9D, 98 and 7C. RGB value is (157,152,124). Sum of RGB (Red+Green+Blue) = 157+152+124=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 157 - color contains mainly: red. Hex color #9D987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D987C is #626783. Grayscale: #969696. Windows color (decimal): -6449028 or 8165533. OLE color: 8165533.

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

Color convert

RGB 157 152 124 -
CMYK 0 0.03 0.21 0.38
HSL 50.91º 0.14% 0.55% -
HSV(B) 50.91º 0.21% 0.62% -
XYZ 28.77 31.08 23.55 -
YUV 150.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 157 152 124 0 0.03 0.21 0.38 50.91 0.14 0.55
Hex 9D 98 7C 0 3 15 26 33 E 37
Octal 235 230 174 0 3 25 46 63 16 67
Binary 10011101 10011000 1111100 0 11 10101 100110 110011 1110 110111

Color Harmonies of #9D987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D987C

Black with #9D987C

Text Example


Text Example

White with #9D987C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,152,124); }

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

background-color css

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

 a { background-color: rgb(157,152,124); }

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

border-color css

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

 span { border-color: rgb(157,152,124); }

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