#9C987A

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

Shades of Grey Olive #9C987A

Tints of Grey Olive #9C987A

Color information

#9C987A (or 0x9C987A) is unknown color: approx Grey Olive. HEX triplet: 9C, 98 and 7A. RGB value is (156,152,122). Sum of RGB (Red+Green+Blue) = 156+152+122=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 156 - color contains mainly: red. Hex color #9C987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C987A is #636785. Grayscale: #959595. Windows color (decimal): -6514566 or 8034460. OLE color: 8034460.

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

Color convert

RGB156152122-
CMYK00.030.220.39
HSL52.94º14.66%54.51%-
HSV(B)52.94º21.79%61.18%-
XYZ28.4530.9322.88-
YUV149.78112.33132.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.28%
GREEN value IS 152 (59.77% from 255) = 35.35%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=36.28%
G=35.35%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615212200.030.220.3952.9414.6654.51
Hex9C987A03162735f37
Octal234230172032647651767
Binary10011100100110001111010011101101001111101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,152,122); }

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

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

 a { background-color: rgb(156,152,122); }

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

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

 span { border-color: rgb(156,152,122); }

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