Html Css Color HEX #9D977D Grey Olive

📋 copy color: '#9D977D'

red 157 ◦ green 151 ◦ blue 125

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

Shades of Grey Olive #9D977D

Tints of Grey Olive #9D977D

RGB

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

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

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

R = 36.26%
G = 34.87%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D977D (or 0x9D977D) is known color: Grey Olive. HEX triplet: 9D, 97 and 7D. RGB value is (157,151,125). Sum of RGB (Red+Green+Blue) = 157+151+125=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 157 - color contains mainly: red. Hex color #9D977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D977D is #626882. Grayscale: #959595. Windows color (decimal): -6449283 or 8230813. OLE color: 8230813.

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

Color convert

RGB 157 151 125 -
CMYK 0 0.04 0.20 0.38
HSL 48.75º 0.14% 0.55% -
HSV(B) 48.75º 0.2% 0.62% -
XYZ 28.67 30.78 23.83 -
YUV 149.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 157 151 125 0 0.04 0.20 0.38 48.75 0.14 0.55
Hex 9D 97 7D 0 4 14 26 31 E 37
Octal 235 227 175 0 4 24 46 61 16 67
Binary 10011101 10010111 1111101 0 100 10100 100110 110001 1110 110111

Color Harmonies of #9D977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D977D

Black with #9D977D

Text Example


Text Example

White with #9D977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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