#9C957D

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

Shades of Grey Olive #9C957D

Tints of Grey Olive #9C957D

Color information

#9C957D (or 0x9C957D) is unknown color: approx Grey Olive. HEX triplet: 9C, 95 and 7D. RGB value is (156,149,125). Sum of RGB (Red+Green+Blue) = 156+149+125=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 156 - color contains mainly: red. Hex color #9C957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C957D is #636A82. Grayscale: #949494. Windows color (decimal): -6515331 or 8230300. OLE color: 8230300.

HSL color Cylindrical-coordinate representation of color #9C957D: hue angle of 46.45º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9C957D is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB156149125-
CMYK00.040.200.39
HSL46.45º13.54%55.1%-
HSV(B)46.45º19.87%61.18%-
XYZ28.1630.0423.72-
YUV148.36114.82133.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.28%
GREEN value IS 149 (58.59% from 255) = 34.65%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=36.28%
G=34.65%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614912500.040.200.3946.4513.5455.1
Hex9C957D0414272ee37
Octal234225175042447561667
Binary100111001001010111111010100101001001111011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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