Html Css Color HEX #9D967A Grey Olive

📋 copy color: '#9D967A'

red 157 ◦ green 150 ◦ blue 122

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

Shades of Grey Olive #9D967A

Tints of Grey Olive #9D967A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.97%

 BLUE value IS 122 (48.05% from 255) = 28.44%

R = 36.6%
G = 34.97%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9D967A (or 0x9D967A) is known color: Grey Olive. HEX triplet: 9D, 96 and 7A. RGB value is (157,150,122). Sum of RGB (Red+Green+Blue) = 157+150+122=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D967A is #626985. Grayscale: #959595. Windows color (decimal): -6449542 or 8033949. OLE color: 8033949.

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

Color convert

RGB 157 150 122 -
CMYK 0 0.04 0.22 0.38
HSL 48º 0.15% 0.55% -
HSV(B) 48º 0.22% 0.62% -
XYZ 28.32 30.39 22.78 -
YUV 148.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 157 150 122 0 0.04 0.22 0.38 48 0.15 0.55
Hex 9D 96 7A 0 4 16 26 30 F 37
Octal 235 226 172 0 4 26 46 60 17 67
Binary 10011101 10010110 1111010 0 100 10110 100110 110000 1111 110111

Color Harmonies of #9D967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D967A

Black with #9D967A

Text Example


Text Example

White with #9D967A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,150,122); }

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

background-color css

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

 a { background-color: rgb(157,150,122); }

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

border-color css

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

 span { border-color: rgb(157,150,122); }

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