#9A977D

Color #9A977D Grey Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Olive #9A977D

Tints of Grey Olive #9A977D

Color information

#9A977D (or 0x9A977D) is unknown color: approx Grey Olive. HEX triplet: 9A, 97 and 7D. RGB value is (154,151,125). Sum of RGB (Red+Green+Blue) = 154+151+125=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 154 - color contains mainly: red. Hex color #9A977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A977D is #656882. Grayscale: #959595. Windows color (decimal): -6645891 or 8230810. OLE color: 8230810.

HSL color Cylindrical-coordinate representation of color #9A977D: hue angle of 53.79º 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 #9A977D is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB154151125-
CMYK00.020.190.40
HSL53.79º12.55%54.71%-
HSV(B)53.79º18.83%60.39%-
XYZ28.0930.4823.81-
YUV148.93114.49131.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.81%
GREEN value IS 151 (59.38% from 255) = 35.12%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=35.81%
G=35.12%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15415112500.020.190.4053.7912.5554.71
Hex9A977D02132836d37
Octal232227175022350661567
Binary10011010100101111111101010100111010001101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A977D;
 }
 .AnyTagClassName
 {
   color: #9A977D;
 }
</style>
background-color css

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

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

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

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

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

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