#99947C

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

Shades of Grey Olive #99947C

Tints of Grey Olive #99947C

Color information

#99947C (or 0x99947C) is unknown color: approx Grey Olive. HEX triplet: 99, 94 and 7C. RGB value is (153,148,124). Sum of RGB (Red+Green+Blue) = 153+148+124=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 153 - color contains mainly: red. Hex color #99947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99947C is #666B83. Grayscale: #929292. Windows color (decimal): -6712196 or 8164505. OLE color: 8164505.

HSL color Cylindrical-coordinate representation of color #99947C: hue angle of 49.66º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99947C is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB153148124-
CMYK00.030.190.4
HSL49.66º12.45%54.31%-
HSV(B)49.66º18.95%60%-
XYZ27.3629.4123.3-
YUV146.76115.16132.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=36%
G=34.82%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314812400.030.190.449.6612.4554.31
Hex99947C03132832c36
Octal231224174032350621466
Binary10011001100101001111100011100111010001100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99947C; }

 p { color: rgb(153,148,124); }

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

<style>
 a { background-color: #99947C; }

 a { background-color: rgb(153,148,124); }

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

<style>
 span { border-color: #99947C; }

 span { border-color: rgb(153,148,124); }

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