#97947E

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

Shades of Grey Olive #97947E

Tints of Grey Olive #97947E

Color information

#97947E (or 0x97947E) is unknown color: approx Grey Olive. HEX triplet: 97, 94 and 7E. RGB value is (151,148,126). Sum of RGB (Red+Green+Blue) = 151+148+126=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 151 - color contains mainly: red. Hex color #97947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97947E is #686B81. Grayscale: #929292. Windows color (decimal): -6843266 or 8295575. OLE color: 8295575.

HSL color Cylindrical-coordinate representation of color #97947E: hue angle of 52.8º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #97947E is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB151148126-
CMYK00.020.170.41
HSL52.8º10.73%54.31%-
HSV(B)52.8º16.56%59.22%-
XYZ27.1229.2723.96-
YUV146.39116.49131.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 126 (49.61% from 255) = 29.65%
R=35.53%
G=34.82%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114812600.020.170.4152.810.7354.31
Hex97947E02112935b36
Octal227224176022151651366
Binary10010111100101001111110010100011010011101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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