Html Css Color HEX #9D987D Grey Olive

📋 copy color: '#9D987D'

red 157 ◦ green 152 ◦ blue 125

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

Shades of Grey Olive #9D987D

Tints of Grey Olive #9D987D

RGB

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

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

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

R = 36.18%
G = 35.02%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D987D (or 0x9D987D) is known color: Grey Olive. HEX triplet: 9D, 98 and 7D. RGB value is (157,152,125). Sum of RGB (Red+Green+Blue) = 157+152+125=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 157 - color contains mainly: red. Hex color #9D987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D987D is #626782. Grayscale: #969696. Windows color (decimal): -6449027 or 8231069. OLE color: 8231069.

HSL color Cylindrical-coordinate representation of color #9D987D: hue angle of 50.62º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D987D is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 152 125 -
CMYK 0 0.03 0.20 0.38
HSL 50.63º 0.14% 0.55% -
HSV(B) 50.63º 0.2% 0.62% -
XYZ 28.83 31.11 23.89 -
YUV 150.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 157 152 125 0 0.03 0.20 0.38 50.63 0.14 0.55
Hex 9D 98 7D 0 3 14 26 33 E 37
Octal 235 230 175 0 3 24 46 63 16 67
Binary 10011101 10011000 1111101 0 11 10100 100110 110011 1110 110111

Color Harmonies of #9D987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D987D

Black with #9D987D

Text Example


Text Example

White with #9D987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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