Html Css Color HEX #9A977C Grey Olive

📋 copy color: '#9A977C'

red 154 ◦ green 151 ◦ blue 124

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

Shades of Grey Olive #9A977C

Tints of Grey Olive #9A977C

RGB

 RED value IS 154 (60.55% from 255) = 35.9%

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

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

R = 35.9%
G = 35.2%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#9A977C (or 0x9A977C) is known color: Grey Olive. HEX triplet: 9A, 97 and 7C. RGB value is (154,151,124). Sum of RGB (Red+Green+Blue) = 154+151+124=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 154 - color contains mainly: red. Hex color #9A977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A977C is #656883. Grayscale: #949494. Windows color (decimal): -6645892 or 8165274. OLE color: 8165274.

HSL color Cylindrical-coordinate representation of color #9A977C: hue angle of 54º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A977C is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 151 124 -
CMYK 0 0.02 0.19 0.40
HSL 54º 0.13% 0.55% -
HSV(B) 54º 0.19% 0.6% -
XYZ 28.03 30.46 23.47 -
YUV 148.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 154 151 124 0 0.02 0.19 0.40 54 0.13 0.55
Hex 9A 97 7C 0 2 13 28 36 D 37
Octal 232 227 174 0 2 23 50 66 15 67
Binary 10011010 10010111 1111100 0 10 10011 101000 110110 1101 110111

Color Harmonies of #9A977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A977C

Black with #9A977C

Text Example


Text Example

White with #9A977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,151,124); }

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

background-color css

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

 a { background-color: rgb(154,151,124); }

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

border-color css

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

 span { border-color: rgb(154,151,124); }

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