#97927E

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

Shades of Grey Olive #97927E

Tints of Grey Olive #97927E

Color information

#97927E (or 0x97927E) is unknown color: approx Grey Olive. HEX triplet: 97, 92 and 7E. RGB value is (151,146,126). Sum of RGB (Red+Green+Blue) = 151+146+126=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 151 - color contains mainly: red. Hex color #97927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97927E is #686D81. Grayscale: #919191. Windows color (decimal): -6843778 or 8295063. OLE color: 8295063.

HSL color Cylindrical-coordinate representation of color #97927E: hue angle of 48º 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 #97927E is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB151146126-
CMYK00.030.170.41
HSL48º10.73%54.31%-
HSV(B)48º16.56%59.22%-
XYZ26.8128.6423.85-
YUV145.22117.16132.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.70%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=35.70%
G=34.52%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114612600.030.170.414810.7354.31
Hex97927E03112930b36
Octal227222176032151601366
Binary10010111100100101111110011100011010011100001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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