#9A947F

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

Shades of Grey Olive #9A947F

Tints of Grey Olive #9A947F

Color information

#9A947F (or 0x9A947F) is unknown color: approx Grey Olive. HEX triplet: 9A, 94 and 7F. RGB value is (154,148,127). Sum of RGB (Red+Green+Blue) = 154+148+127=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 154 - color contains mainly: red. Hex color #9A947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A947F is #656B80. Grayscale: #939393. Windows color (decimal): -6646657 or 8361114. OLE color: 8361114.

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

Color convert

RGB154148127-
CMYK00.040.180.40
HSL46.67º11.79%55.1%-
HSV(B)46.67º17.53%60.39%-
XYZ27.7529.5824.33-
YUV147.4116.49132.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.90%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 127 (50% from 255) = 29.60%
R=35.90%
G=34.50%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15414812700.040.180.4046.6711.7955.1
Hex9A947F0412282fc37
Octal232224177042250571467
Binary100110101001010011111110100100101010001011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,148,127); }

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

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

 a { background-color: rgb(154,148,127); }

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

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

 span { border-color: rgb(154,148,127); }

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