#9C947F

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

Shades of Grey Olive #9C947F

Tints of Grey Olive #9C947F

Color information

#9C947F (or 0x9C947F) is unknown color: approx Grey Olive. HEX triplet: 9C, 94 and 7F. RGB value is (156,148,127). Sum of RGB (Red+Green+Blue) = 156+148+127=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 156 - color contains mainly: red. Hex color #9C947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C947F is #636B80. Grayscale: #949494. Windows color (decimal): -6515585 or 8361116. OLE color: 8361116.

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

Color convert

RGB156148127-
CMYK00.050.190.39
HSL43.45º12.78%55.49%-
HSV(B)43.45º18.59%61.18%-
XYZ28.1329.7824.34-
YUV148116.15133.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.19%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 127 (50% from 255) = 29.47%
R=36.19%
G=34.34%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614812700.050.190.3943.4512.7855.49
Hex9C947F0513272bd37
Octal234224177052347531567
Binary100111001001010011111110101100111001111010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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