#9A967D

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

Shades of Grey Olive #9A967D

Tints of Grey Olive #9A967D

Color information

#9A967D (or 0x9A967D) is unknown color: approx Grey Olive. HEX triplet: 9A, 96 and 7D. RGB value is (154,150,125). Sum of RGB (Red+Green+Blue) = 154+150+125=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 154 - color contains mainly: red. Hex color #9A967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A967D is #656982. Grayscale: #949494. Windows color (decimal): -6646147 or 8230554. OLE color: 8230554.

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

Color convert

RGB154150125-
CMYK00.030.190.40
HSL51.72º12.55%54.71%-
HSV(B)51.72º18.83%60.39%-
XYZ27.9330.1623.75-
YUV148.35114.83132.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.90%
GREEN value IS 150 (58.98% from 255) = 34.97%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=35.90%
G=34.97%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15415012500.030.190.4051.7212.5554.71
Hex9A967D03132834d37
Octal232226175032350641567
Binary10011010100101101111101011100111010001101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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