#9C957F

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

Shades of Grey Olive #9C957F

Tints of Grey Olive #9C957F

Color information

#9C957F (or 0x9C957F) is unknown color: approx Grey Olive. HEX triplet: 9C, 95 and 7F. RGB value is (156,149,127). Sum of RGB (Red+Green+Blue) = 156+149+127=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 156 - color contains mainly: red. Hex color #9C957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C957F is #636A80. Grayscale: #949494. Windows color (decimal): -6515329 or 8361372. OLE color: 8361372.

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

Color convert

RGB156149127-
CMYK00.040.190.39
HSL45.52º12.78%55.49%-
HSV(B)45.52º18.59%61.18%-
XYZ28.2930.124.4-
YUV148.58115.82133.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.11%
GREEN value IS 149 (58.59% from 255) = 34.49%
BLUE value IS 127 (50% from 255) = 29.40%
R=36.11%
G=34.49%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614912700.040.190.3945.5212.7855.49
Hex9C957F0413272ed37
Octal234225177042347561567
Binary100111001001010111111110100100111001111011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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