#99947E

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

Shades of Grey Olive #99947E

Tints of Grey Olive #99947E

Color information

#99947E (or 0x99947E) is unknown color: approx Grey Olive. HEX triplet: 99, 94 and 7E. RGB value is (153,148,126). Sum of RGB (Red+Green+Blue) = 153+148+126=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 153 - color contains mainly: red. Hex color #99947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99947E is #666B81. Grayscale: #939393. Windows color (decimal): -6712194 or 8295577. OLE color: 8295577.

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

Color convert

RGB153148126-
CMYK00.030.180.4
HSL48.89º11.69%54.71%-
HSV(B)48.89º17.65%60%-
XYZ27.4929.4623.98-
YUV146.99116.16132.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.83%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 126 (49.61% from 255) = 29.51%
R=35.83%
G=34.66%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314812600.030.180.448.8911.6954.71
Hex99947E03122831c37
Octal231224176032250611467
Binary10011001100101001111110011100101010001100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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